Description: Yes there is an existing documentation for this. The user has to create a project in Radiant and run through Export Files. Then .fea file is created inside the implementation folder. The next steps are discussed in Radiant's Help. User ...
We currently do not have TCL commands that support creating *.xcf file from scratch that will then be used by Radiant programmer. XCF creation can only be done through Programmer GUI. You could use the PGRCMD command to run the programmer which also ...
A Pin Layout File is a report of pin information and assignments in your design. It is created from within the Lattice Diamond Spreadsheet View using File>Export Pin Layout File The Pin Layout File can be a list of available pins, pad names, ...
Description: There is no direct way of exporting as a CSV file in ModelSim without using Tcl scripts or RTL. However, data can be exported as a Tabular list that can then be converted to CSV in an external application like MS Excel. The following ...
Description: The VCD (Value change dump) file is an ASCII file defined by IEEE 1364. It can be generated by a Verilog command or system function which can be used as the stimulus to the testbench and record variations of waveform. Here are the steps ...