f4pga / ideas

Random ideas and interesting ideas for things we hope to eventually do.
86 stars 9 forks source link

Create a parser for the UCF file format #1

Open mithro opened 6 years ago

mithro commented 6 years ago

The older Xilinx tools use the UCF file format.

The format is documented here - https://www.xilinx.com/support/documentation/sw_manuals/xilinx11/cgd.pdf

http://xilinx.eetrend.com/files-eetrend-xilinx/forum/201103/1746-3205-02a_ucf_editing_12.pdf - UCF Editing

Nic30 commented 5 years ago

UCF is just a TCL subset. There is a grammar for ANTRL4 https://github.com/Nic30/hdlConvertor/blob/master/grammars/tcl.g4

GitHub
Nic30/hdlConvertor
verilog and vhdl parser module for python. Contribute to Nic30/hdlConvertor development by creating an account on GitHub.