Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ArGen
ArGen
Commits
bfe8eb4a
Commit
bfe8eb4a
authored
Jun 06, 2020
by
Théotime BOLLENGIER
Browse files
inputs per lut
parent
ab249b13
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/bin/gen_makefile.rb
View file @
bfe8eb4a
...
...
@@ -94,7 +94,7 @@ ARCH_WIDTH ?= 4 # Number of CLB per row
ARCH_HEIGHT ?= 4 # Number of CLB per column
ARCH_WIRES ?= 12 # Number of unidirectionnal routing tracks per routing channel (must be multiple of 2)
ARCH_N ?= 4 # Number of BLE per CLB
ARCH_K ?= 4 # Number of
BLE
per
CLB
ARCH_K ?= 4 # Number of
inputs
per
LUT
ARCH_I ?= $(shell echo '($(ARCH_K)*($(ARCH_N)+1))/2' | bc) # Number of inputs per CLB
ARCH_FCI ?= 0.25 # CLB input connection flexibility
ARCH_FCO ?= 0.50 # CLB output connection flexibility
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment