3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-06 03:10:26 +00:00

Cleanup xilinx boxes

This commit is contained in:
Eddie Hung 2019-12-31 18:29:44 -08:00
parent 2358320f51
commit 35c659be74
2 changed files with 425 additions and 391 deletions

View file

@ -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,