diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-14 10:37:52 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-14 10:37:52 -0700 |
commit | ee428f73abdbbde95601e583db186d86a8fa6b91 (patch) | |
tree | da7a46b422d208682ca8adc1fc7bc6038b300290 /techlibs/xilinx/brams_bb.v | |
parent | 42f6b48d564f9897d6d5a0d2f4356ac9157693fe (diff) | |
download | yosys-ee428f73abdbbde95601e583db186d86a8fa6b91.tar.gz yosys-ee428f73abdbbde95601e583db186d86a8fa6b91.tar.bz2 yosys-ee428f73abdbbde95601e583db186d86a8fa6b91.zip |
Remove WIP ABC9 flop support
Diffstat (limited to 'techlibs/xilinx/brams_bb.v')
-rw-r--r-- | techlibs/xilinx/brams_bb.v | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/techlibs/xilinx/brams_bb.v b/techlibs/xilinx/brams_bb.v index f540d299d..a682ba4a7 100644 --- a/techlibs/xilinx/brams_bb.v +++ b/techlibs/xilinx/brams_bb.v @@ -19,10 +19,10 @@ module RAMB18E1 ( input [1:0] WEA, input [3:0] WEBWE, - (* abc_flop_q *) output [15:0] DOADO, - (* abc_flop_q *) output [15:0] DOBDO, - (* abc_flop_q *) output [1:0] DOPADOP, - (* abc_flop_q *) output [1:0] DOPBDOP + output [15:0] DOADO, + output [15:0] DOBDO, + output [1:0] DOPADOP, + output [1:0] DOPBDOP ); parameter INITP_00 = 256'h0000000000000000000000000000000000000000000000000000000000000000; parameter INITP_01 = 256'h0000000000000000000000000000000000000000000000000000000000000000; @@ -143,10 +143,10 @@ module RAMB36E1 ( input [3:0] WEA, input [7:0] WEBWE, - (* abc_flop_q *) output [31:0] DOADO, - (* abc_flop_q *) output [31:0] DOBDO, - (* abc_flop_q *) output [3:0] DOPADOP, - (* abc_flop_q *) output [3:0] DOPBDOP + output [31:0] DOADO, + output [31:0] DOBDO, + output [3:0] DOPADOP, + output [3:0] DOPBDOP ); parameter INITP_00 = 256'h0000000000000000000000000000000000000000000000000000000000000000; parameter INITP_01 = 256'h0000000000000000000000000000000000000000000000000000000000000000; |