mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 05:30:53 +00:00
Cleanup
This commit is contained in:
parent
7bf623a0c7
commit
dbf1d037e8
4 changed files with 17 additions and 109 deletions
|
@ -1,95 +1,3 @@
|
|||
//(* blackbox *)
|
||||
//module NX_LUT(I1, I2, I3, I4, O);
|
||||
// input I1;
|
||||
// input I2;
|
||||
// input I3;
|
||||
// input I4;
|
||||
// output O;
|
||||
// parameter lut_table = 16'b0000000000000000;
|
||||
//endmodule
|
||||
|
||||
//(* blackbox *)
|
||||
//module NX_CY(A1, A2, A3, A4, B1, B2, B3, B4, CI, CO, S1, S2, S3, S4);
|
||||
// input A1;
|
||||
// input A2;
|
||||
// input A3;
|
||||
// input A4;
|
||||
// input B1;
|
||||
// input B2;
|
||||
// input B3;
|
||||
// input B4;
|
||||
// input CI;
|
||||
// output CO;
|
||||
// output S1;
|
||||
// output S2;
|
||||
// output S3;
|
||||
// output S4;
|
||||
// parameter add_carry = 0;
|
||||
//endmodule
|
||||
|
||||
// Bypass mode of NX_GCK_U
|
||||
//(* blackbox *)
|
||||
//module NX_BD(I, O);
|
||||
// input I;
|
||||
// output O;
|
||||
// parameter mode = "global_lowskew";
|
||||
//endmodule
|
||||
|
||||
//(* blackbox *)
|
||||
//module NX_DFF(I, CK, L, R, O);
|
||||
// input CK;
|
||||
// input I;
|
||||
// input L;
|
||||
// output O;
|
||||
// input R;
|
||||
// parameter dff_ctxt = 1'b0;
|
||||
// parameter dff_edge = 1'b0;
|
||||
// parameter dff_init = 1'b0;
|
||||
// parameter dff_load = 1'b0;
|
||||
// parameter dff_sync = 1'b0;
|
||||
// parameter dff_type = 1'b0;
|
||||
//endmodule
|
||||
|
||||
// Special mode of NX_DFF
|
||||
//(* blackbox *)
|
||||
//module NX_BFF(I, O);
|
||||
// input I;
|
||||
// output O;
|
||||
//endmodule
|
||||
|
||||
// (* blackbox *)
|
||||
// module NX_DFR(I, CK, L, R, O);
|
||||
// input CK;
|
||||
// input I;
|
||||
// input L;
|
||||
// output O;
|
||||
// input R;
|
||||
// parameter data_inv = 1'b0;
|
||||
// parameter dff_edge = 1'b0;
|
||||
// parameter dff_init = 1'b0;
|
||||
// parameter dff_load = 1'b0;
|
||||
// parameter dff_sync = 1'b0;
|
||||
// parameter dff_type = 1'b0;
|
||||
// parameter iobname = "";
|
||||
// parameter location = "";
|
||||
// parameter mode = 0;
|
||||
// parameter path = 0;
|
||||
// parameter ring = 0;
|
||||
// endmodule
|
||||
|
||||
// Special mode of NX_DFR
|
||||
//(* blackbox *)
|
||||
//module NX_BFR(I, O);
|
||||
// input I;
|
||||
// output O;
|
||||
// parameter data_inv = 1'b0;
|
||||
// parameter iobname = "";
|
||||
// parameter location = "";
|
||||
// parameter mode = 0;
|
||||
// parameter path = 0;
|
||||
// parameter ring = 0;
|
||||
//endmodule
|
||||
|
||||
// NX_RAM related
|
||||
(* blackbox *)
|
||||
module NX_ECC(CKD, CHK, COR, ERR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue