mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 03:10:26 +00:00
Cleanup xilinx boxes
This commit is contained in:
parent
2358320f51
commit
35c659be74
2 changed files with 425 additions and 391 deletions
|
@ -462,6 +462,9 @@ module FDSE_1 (output Q, input C, CE, D, S);
|
|||
`endif
|
||||
endmodule
|
||||
|
||||
// Attach a (combinatorial) black-box onto the output
|
||||
// of thes LUTRAM primitives to capture their
|
||||
// asynchronous read behaviour
|
||||
module RAM32X1D (
|
||||
output DPO, SPO,
|
||||
(* techmap_autopurge *) input D,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue