-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VLSI tutorial #299
Comments
@harrisonliew @dpgrubb13 Could you guys look into this? |
I have a fix for the first issue and am testing the second part to see if we need a change. |
colinschmidt
added a commit
that referenced
this issue
Oct 16, 2019
Also fix sram-cache error. Fixes #299
harrisonliew
added a commit
that referenced
this issue
Oct 16, 2019
Closed by #312 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/ucb-bar/chipyard/blob/master/docs/VLSI/Tutorial.rst
There are extra markdown symbols in some commands.
e.g. ``./scripts/init-vlsi.sh asap7``.
In addition to
make syn
, for the ASAP7 example without memory compiler, maybe add explicit instr likemake syn MACROCOMPILER_MODE='--mode synflops'
, so the synthesis won't fail with the errorhammer-vlsi/technology/asap7/sram-cache.json (No such file or directory)
. It is unclear if the env varMACROCOMPILER_MODE
needs to be explicitly passed tomake syn
again aftermake buildfile
The text was updated successfully, but these errors were encountered: