diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-24 22:48:49 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-24 22:48:49 -0700 |
commit | 1564eb8b549a0927efa4d2b4cbc479038993024a (patch) | |
tree | b31c219fd98a8d0c8bb4542c10f5961529bd9635 /techlibs/ecp5 | |
parent | f1675b88f63b4c279e368d5ec9e6ca48f528024d (diff) | |
parent | a19226c174e31da444b831706adf7fa17e9cb9e4 (diff) | |
download | yosys-1564eb8b549a0927efa4d2b4cbc479038993024a.tar.gz yosys-1564eb8b549a0927efa4d2b4cbc479038993024a.tar.bz2 yosys-1564eb8b549a0927efa4d2b4cbc479038993024a.zip |
Merge remote-tracking branch 'origin/xaig' into xc7mux
Diffstat (limited to 'techlibs/ecp5')
-rw-r--r-- | techlibs/ecp5/cells_sim.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ecp5/cells_sim.v b/techlibs/ecp5/cells_sim.v index f66147323..0239d1afe 100644 --- a/techlibs/ecp5/cells_sim.v +++ b/techlibs/ecp5/cells_sim.v @@ -106,7 +106,7 @@ module PFUMX (input ALUT, BLUT, C0, output Z); endmodule // --------------------------------------- -//(* abc_box_id=2 *) +(* abc_box_id=2, abc_scc_break="DI" *) module TRELLIS_DPR16X4 ( input [3:0] DI, input [3:0] WAD, |