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
3b8045a8
Commit
3b8045a8
authored
Nov 25, 2020
by
Théotime BOLLENGIER
Browse files
use blifosate instead of piccolo
parent
83188fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/bin/gen_makefile.rb
View file @
3b8045a8
...
...
@@ -149,7 +149,7 @@ ARGEN_ARCHITECTURE ?= $(BUILD)/$(ARCHITECTURE_NAME).argen
VPR_ARCHITECTURE ?= $(BUILD)/$(ARCHITECTURE_NAME).xml
ARCHITECTURE_IMAGE ?= $(BUILD)/$(ARCHITECTURE_NAME).$(IMAGE_EXTENSION)
ARCHITECTURE_HDL ?= $(BUILD)/$(ARCHITECTURE_NAME).vhd
APP_SRC ?= $(wildcard *.
piccolo
)
APP_SRC ?= $(wildcard *.
vhd) $(wildcard *.vhdl
)
APP_CONSTRAINTS ?= $(wildcard *.iocf)
NETLIST_NAME ?= netlist
APP_NETLIST ?= $(BUILD)/$(NETLIST_NAME).blif
...
...
@@ -329,7 +329,7 @@ $(ARCHITECTURE_IMAGE): $(ARGEN_ARCHITECTURE)
$(APP_NETLIST): $(APP_SRC)
@mkdir -p $(@D)
piccolo --blif $@ --optimisation opt --flatten --analyze --input
$^
blifosate --blif $@
$^
$(APP_NETLIST_MAPPED_ABC): $(APP_NETLIST)
ruby_abc $(ABC_AREA) $(ABC_SWEEP) $(ABC_RETIME) $(ABC_LCORR) $(ABC_ZERO)
\\
...
...
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