C
chifalcon
Guest
Hi, I need to convert the high level design to LUT level netlist, and the
make corrections to it.
In a paper, author says:
"The translate step generates a Verilog netlist that can easily be parsed
This netlist consists out of declarations of primitive modules of th
device"
The netlist is shown as following:
******************************************
...
defparam LUT_37.INIT = 16'hC800;
//synthesis attribute HU_SET of LUT_37 is "SLICE_37";
//synthesis attribute rloc of LUT_37 is "X0Y0";
X_LUT4 LUT37 (.ADR0(n7), .ADR1(n4), .ADR2(n3), .ADR3(n, .o(n41);
....
******************************************
I searched all the files in the project folder, but didn't find this kin
of netlist.
I just want to know how to get this kind of netlist in Xilinx FPGA?
Thanks very much!!
---------------------------------------
Posted through http://www.FPGARelated.com
make corrections to it.
In a paper, author says:
"The translate step generates a Verilog netlist that can easily be parsed
This netlist consists out of declarations of primitive modules of th
device"
The netlist is shown as following:
******************************************
...
defparam LUT_37.INIT = 16'hC800;
//synthesis attribute HU_SET of LUT_37 is "SLICE_37";
//synthesis attribute rloc of LUT_37 is "X0Y0";
X_LUT4 LUT37 (.ADR0(n7), .ADR1(n4), .ADR2(n3), .ADR3(n, .o(n41);
....
******************************************
I searched all the files in the project folder, but didn't find this kin
of netlist.
I just want to know how to get this kind of netlist in Xilinx FPGA?
Thanks very much!!
---------------------------------------
Posted through http://www.FPGARelated.com