Skip to content

Commit

Permalink
add synthesis flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jjts committed Oct 29, 2023
1 parent 15268f8 commit 21facb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ fpga-test:
make clean setup fpga-run BOARD=AES-KU040-DB-G INIT_MEM=1 USE_EXTMEM=0
make clean setup fpga-run BOARD=AES-KU040-DB-G INIT_MEM=0 USE_EXTMEM=1

syn-build: clean
nix-shell --run "make setup && make -C ../$(CORE)_V*/ syn-build"

doc-build:
nix-shell --run 'make clean setup && make -C ../$(CORE)_V*/ doc-build'
Expand Down
2 changes: 1 addition & 1 deletion iob_soc.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
class iob_soc(iob_module):
name = "iob_soc"
version = "V0.70"
flows = "pc-emul emb sim doc fpga"
flows = "pc-emul emb sim doc fpga syn"
setup_dir = os.path.dirname(__file__)

# IOb-SoC has the following list of non standard attributes:
Expand Down

0 comments on commit 21facb1

Please sign in to comment.