projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3c8132
)
Remove whitebox attribute from DRAMs for now
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 30 May 2019 20:07:29 +0000
(13:07 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 30 May 2019 20:07:29 +0000
(13:07 -0700)
techlibs/xilinx/cells_sim.v
patch
|
blob
|
history
diff --git
a/techlibs/xilinx/cells_sim.v
b/techlibs/xilinx/cells_sim.v
index 120370860f236dad3ad4dee8f6bece9906cca407..7337e0ea73bd4fe24d1d6bf41d8475da8fca855c 100644
(file)
--- a/
techlibs/xilinx/cells_sim.v
+++ b/
techlibs/xilinx/cells_sim.v
@@
-281,7
+281,7
@@
module FDPE_1 ((* abc_flop_q *) output reg Q, input C, CE, D, PRE);
always @(negedge C, posedge PRE) if (PRE) Q <= 1'b1; else if (CE) Q <= D;
endmodule
-(* abc_box_id = 4
, lib_whitebox
*)
+(* abc_box_id = 4
/*, lib_whitebox*/
*)
module RAM64X1D (
output DPO, SPO,
input D, WCLK, WE,
@@
-301,7
+301,7
@@
module RAM64X1D (
`endif
endmodule
-(* abc_box_id = 5
, lib_whitebox
*)
+(* abc_box_id = 5
/*, lib_whitebox*/
*)
module RAM128X1D (
output DPO, SPO,
input D, WCLK, WE,