ecp5: Add simulation equivalence check for Diamond FF implementations

Signed-off-by: David Shah <[email protected]>
This commit is contained in:
David Shah
2019-08-30 13:27:36 +01:00
parent d9c621f9d1
commit 91b46ed816
3 changed files with 87 additions and 0 deletions
+4
View File
@@ -693,5 +693,9 @@ module DP16KD(
parameter INITVAL_3F = 320'h00000000000000000000000000000000000000000000000000000000000000000000000000000000;
endmodule
`ifndef NO_INCLUDES
`include "cells_ff.vh"
`include "cells_io.vh"
`endif