mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 11:26:22 +00:00
continue cleanup of files for intel-le handling
This commit is contained in:
parent
36bd075865
commit
80c08850c9
10 changed files with 139 additions and 67 deletions
|
|
@ -60,7 +60,7 @@ module MISTRAL_FF(
|
|||
output reg Q
|
||||
);
|
||||
|
||||
`ifdef cyclonev
|
||||
`ifdef cycloneiv
|
||||
specify
|
||||
if (ENA && ACLR !== 1'b0 && !SCLR && !SLOAD) (posedge CLK => (Q : DATAIN)) = 731;
|
||||
if (ENA && SCLR) (posedge CLK => (Q : 1'b0)) = 890;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue