-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yosys/synth.tcl: migrate to newer supported drw & drf commands (#2051)
+ Add tt05-i2c-bert (https://github.com/dlmiles/tt05-i2c-bert) to CI ~ Replace instances of ABC command `rewrite` with `drw -l` with `SYNTH_ABC_LEGACY_REWRITE` being set to `1` restoring the older functionality (`0` by default) ~ Replace instances of ABC command `refactor` with `drf -l` with `SYNTH_ABC_LEGACY_REFACTOR` being set to `1` restoring the older functionality (`0` by default) ~ Added `delete t:\$print` to `synth.tcl` to fix designs such as PPU with synthesized prints (as in efabless/openlane2#189) --------- Co-authored-by: Mohamed Gaber <[email protected]>
- Loading branch information
Showing
6 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ci
updated
11 files
+201 −0 | tt05_i2c_bert/LICENSE | |
+25 −0 | tt05_i2c_bert/README.txt | |
+2,293 −0 | tt05_i2c_bert/TT05I2CBertTop.v | |
+102 −0 | tt05_i2c_bert/config.tcl | |
+41 −0 | tt05_i2c_bert/dff_async_reset.v | |
+45 −0 | tt05_i2c_bert/dffqn_negedge_async_reset.v | |
+97 −0 | tt05_i2c_bert/glitch_free_clock_mux_async_reset.v | |
+47 −0 | tt05_i2c_bert/sky130_fd_sc_hd__dlrtp.v | |
+47 −0 | tt05_i2c_bert/sky130_fd_sc_hd__maj3.v | |
+118 −0 | tt05_i2c_bert/top_tt_um_dlmiles_tt05_i2c_bert.v | |
+264 −0 | tt05_i2c_bert/tt_block_1x1.def |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters