mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-09 04:31:25 +00:00
ecp5: Add simulation equivalence check for Diamond FF implementations
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
d9c621f9d1
commit
91b46ed816
3 changed files with 87 additions and 0 deletions
|
@ -693,5 +693,9 @@ module DP16KD(
|
|||
parameter INITVAL_3F = 320'h00000000000000000000000000000000000000000000000000000000000000000000000000000000;
|
||||
endmodule
|
||||
|
||||
`ifndef NO_INCLUDES
|
||||
|
||||
`include "cells_ff.vh"
|
||||
`include "cells_io.vh"
|
||||
|
||||
`endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue