-
Notifications
You must be signed in to change notification settings - Fork 789
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
Create a fusesoc hook for FPGA splice script #1
Comments
cdgori
referenced
this issue
Oct 17, 2019
This commit replaces long ternary expressions by a combination of `if/else` and `unique case` statements.
@imphil I'm guessing this is no longer needed? |
weicaiyang
added a commit
that referenced
this issue
Nov 5, 2019
1. Fix cover.cfg to remove #1 2 Fix outstanding covergroup in tl monitor
That's unnecessary, since we build the bootrom into the bitstream at synthesis time using Vivado directly. The splice script is optional and only used in special cases. |
drewmacrae
pushed a commit
to drewmacrae/opentitan
that referenced
this issue
Mar 28, 2022
) Initial toolchain definition for riscv32 1. Configure lowrisc_toolchain_rv32imc for use by the OpenTitan project. 2. Deliver per-device flags to the GccEmbeddedFeatures function. 3. Turn off some per-feature compiler/linker flags. Need to find a better way to do this. Signed-off-by: Chris Frantz <cfrantz@google.com>
Closed
rswarbrick
added a commit
that referenced
this issue
Apr 25, 2024
This precondition for the assertion was never possible because !state_q was never InitReq or InitAckWait. Unfortunately, fixing this makes the assertion false. It turns out that the problem was that the init_trig_i signal squashes the ping. Add a condition based on this. Annoyingly the result is very repetitive! To make things a bit tidier, move the condition into the __rst argument of the `ASSERT macro. Finally, drop the initial "##1" (which avoided the property triggering just after reset). The $rose(...) condition implies this anyway (because it's false on the first cycle after reset), so we can drop the cycle. This makes the property marginally stronger (and Jasper still proves it!) Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
Scheremo
pushed a commit
to mosaic-soc/opentitan
that referenced
this issue
Nov 18, 2024
* vendor: Update to using Bender 0.27.0 * vendor: Fixes to spi_host * makefile: Fix vendor command * vendor: Update generated regfiles Co-authored-by: Christopher Reinwardt <creinwar@ethz.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On top of PR lowRISC/stwg-base#847 there is a need to hook this script to fusesoc just like extended run after bitfile generation is complete
@imphil has offered to help on this.. once the original PR lowRISC/stwg-base#847 merges in.
Creating a tracker for the same
The text was updated successfully, but these errors were encountered: