diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-10-04 16:58:55 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-10-04 16:58:55 -0700 |
commit | 7a45cd58566310f623bd567a393beb8a734ebf60 (patch) | |
tree | 3f97ec0e46c9f01db76e3f239140ce828b14b453 /techlibs/xilinx/xc6s_brams_bb.v | |
parent | 549d6ea467bddba24cc0ee43597b5ab62eb476e7 (diff) | |
parent | aae2b9fd9c8dc915fadacc24962436dd7aedff36 (diff) | |
download | yosys-7a45cd58566310f623bd567a393beb8a734ebf60.tar.gz yosys-7a45cd58566310f623bd567a393beb8a734ebf60.tar.bz2 yosys-7a45cd58566310f623bd567a393beb8a734ebf60.zip |
Merge remote-tracking branch 'origin/eddie/abc_to_abc9' into xaig_dff
Diffstat (limited to 'techlibs/xilinx/xc6s_brams_bb.v')
-rw-r--r-- | techlibs/xilinx/xc6s_brams_bb.v | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/techlibs/xilinx/xc6s_brams_bb.v b/techlibs/xilinx/xc6s_brams_bb.v index 041d6b54f..3c323a90b 100644 --- a/techlibs/xilinx/xc6s_brams_bb.v +++ b/techlibs/xilinx/xc6s_brams_bb.v @@ -19,9 +19,13 @@ module RAMB8BWER ( input [1:0] WEAWEL, input [1:0] WEBWEU, + /* (* abc9_arrival=<TODO> *) */ output [15:0] DOADO, + /* (* abc9_arrival=<TODO> *) */ output [15:0] DOBDO, + /* (* abc9_arrival=<TODO> *) */ output [1:0] DOPADOP, + /* (* abc9_arrival=<TODO> *) */ output [1:0] DOPBDOP ); parameter INITP_00 = 256'h0000000000000000000000000000000000000000000000000000000000000000; @@ -109,9 +113,13 @@ module RAMB16BWER ( input [3:0] WEA, input [3:0] WEB, + /* (* abc9_arrival=<TODO> *) */ output [31:0] DOA, + /* (* abc9_arrival=<TODO> *) */ output [31:0] DOB, + /* (* abc9_arrival=<TODO> *) */ output [3:0] DOPA, + /* (* abc9_arrival=<TODO> *) */ output [3:0] DOPB ); parameter INITP_00 = 256'h0000000000000000000000000000000000000000000000000000000000000000; |