Skip to content

Commit

Permalink
Merge pull request #54 from siliconcompiler/lambdalib-update
Browse files Browse the repository at this point in the history
update interface to lambdalib
  • Loading branch information
gadfort authored Oct 28, 2024
2 parents 8878553 + 3a1a314 commit faff9d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions hw/asic_top.v
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,26 @@ module asic_top (
.no_a (no_dout),
.no_ie (no_ie),
.no_oe (~no_oen),
.no_pe ('b0),
.no_ps ('b0),
.no_cfg (no_tech_cfg),
.ea_a (ea_dout),
.ea_ie (ea_ie),
.ea_oe (~ea_oen),
.ea_pe ('b0),
.ea_ps ('b0),
.ea_cfg (ea_tech_cfg),
.so_a (so_dout),
.so_ie (so_ie),
.so_oe (~so_oen),
.so_pe ('b0),
.so_ps ('b0),
.so_cfg (so_tech_cfg),
.we_a (we_dout),
.we_ie (we_ie),
.we_oe (~we_oen),
.we_pe ('b0),
.we_ps ('b0),
.we_cfg (we_tech_cfg));

endmodule
4 changes: 2 additions & 2 deletions python-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ bin2coe
hjson
mako
siliconcompiler >= 0.27.0
lambdapdk >= 0.1.26
lambdalib >= 0.2.7
lambdapdk >= 0.1.37
lambdalib >= 0.3.0

0 comments on commit faff9d7

Please sign in to comment.