mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-30 05:09:04 +00:00
Delete synth_ecp5
This commit is contained in:
parent
cfe53b7395
commit
e7ac237499
15 changed files with 1 additions and 2950 deletions
|
@ -324,7 +324,7 @@ module TRELLIS_IO(
|
|||
);
|
||||
parameter DIR = "INPUT";
|
||||
reg T_pd;
|
||||
always @(*) if (T === 1'bz) T_pd <= 1'b0; else T_pd <= T;
|
||||
always @(*) if (T === 1'bz) T_pd = 1'b0; else T_pd = T;
|
||||
|
||||
generate
|
||||
if (DIR == "INPUT") begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue