[SOLVED] What is the format of this netlist

Status
Not open for further replies.

lh-

Member level 1
Joined
Oct 5, 2016
Messages
37
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
277
i have the following netlist input example file for floorplanning:

Moderator action: removed link to external file server

Code:
MODULE bk1;
 TYPE GENERAL;
 DIMENSIONS 336 0 336 133 0 133 0 0;
 IOLIST;
  P_0 PWR 175 0 1 METAL2 CURRENT 0.003 VOLTAGE 2.000;
  P_1 PWR 105 0 1 METAL2 CURRENT 0.003 VOLTAGE 2.000;
  P_2 B 336 14 1 METAL2;
  P_3 B 0 14 1 METAL2;
  P_4 B 336 7 1 METAL2;
  P_5 B 0 7 1 METAL2;
  P_6 B 336 105 1 METAL2;
  P_7 B 0 105 1 METAL2;
  P_8 B 336 112 1 METAL2;
  P_9 B 0 112 1 METAL2;
  P_10 B 112 133 1 METAL2;
  P_11 B 0 42 1 METAL2;
  P_12 B 273 133 1 METAL2;
 ENDIOLIST;
ENDMODULE;
MODULE bk10a
...

what is the format of it? it's neither lef/def, nor verilog/vhdl.
so what's its format?

- - - Updated - - -

answering my own question, it's *.yal
 
Last edited by a moderator:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…