Add existing code. In the processes window double-click the Add Existing Source process. In the file browser window find the design directory and mark all files you would like to include. Repeat until all files have been added.
Check syntax
Mark the top file in the source window. In the process window expand the process Synthesis -XST. Double-click the Check Syntax process to start the syntax check. The result will be displayed in the console window. Correct all syntax errors and when finished continue to the next step.
Generating memory blocks
In our design we need two memories. One memory to store the test program and one memory to record the test result. The memories must be dual-port memories and their size should be 1024x32. We use the same model for both memories. We will use the Xilinx Core Generator program to generate the memory model. Let's start the program: coregen &
Click the Create new project link and follow the instructions. Don't forget to select VHDL or Verilog in the Project Options window. In the function window, open Memories and Storage->Dual Port Block. Click Customize. Specify all the options you need and click Generate to start the memory block generation. When finished there will be a number of files stored in the destination directory. See File Tree Browser display.
The file <etc_dual_port_1024x32_readme.txt> explains the usage of the different files.
File Name
File Usage
etc_dual_port_1024x32.edn
Electronic Data Netlist (EDN) file containing the information required to implement the module in a Xilinx FPGA.
etc_dual_port_1024x32.v
Verilog wrapper file provided to suppport functional simulation.
etc_dual_port_1024x32.veo
VEO template file containing code that can be used as a model for instantiating a CORE Generator module in a Verilog design.
etc_dual_port_1024x32.xco
CORE Generator input file containing the parameters used to regenerate a core.
We will use the file <etc_dual_port_1024x32.v> in our functional simulations. When we synthesize the design this file will be black boxed. The EDN file <etc_dual_port_1024x32.edn> will be used during the build process to generate the final FPGA design. Synthesizing the design
Now when the whole design is completed I will do a quick synthesis run to find out if there are any design errors left. I will use the Xilinx synthesis tool XST.
Select the top module in the source window
Double click the Synthesize - XST tab in the process window.
Wait for the synthesis to finish.
Read the errors and warnings in the console window
Fix the errors and rerun the synthesis.
When it runs clean you can find out the device utilization from project status report.
To see the synthesized netlist double-click View RTL Schematic (see screenshot).
Simulating the design
To verify that the design is functionally correct we will use functional verification by the means of logic simulation. The following standards are supported in the Xilinx simulation flow:
The limits for the ISE Simulator Lite are similar to the MXE-III Starter, 10,000 lines of debuggable code. Beyond this limit, the processing begins to slow down, but does not stop. The usefulness of this software is going to depend on coding style and type of simulation (either functional or timing) that is desired. From this table you can see that there are no free simulators for Linux. It seems I have to go back to Windows or I will ask Cadence for a new evaluation license.
Here is the Xilinx simulation flow. Xilinx supports functional and timing simulations of HDL designs at five points in the HDL design flow:
ESHETU ADMASU MENGISTU October 14, 2008 09:01 AM PDT hello sir, i would like to express my appriciation for your tutorial ,i read it well.nice could you give some notes on the digital signal processing(DSP) ,I AM NOW doing on it.
sht_admsu@yahoo.com ,
+251910011249.
eshetu admasu,addis abeba,ethiopia
svenand September 19, 2007 10:45 PM PDT You have to ask Cadence for an evaluation license.
Sven
primepie September 18, 2007 08:31 PM PDT From where can we get an evaluation copy of Cadence Incisive HDL Simulator?
svenand September 4, 2007 10:38 PM PDT Yes. All the Zoo programs will be downloadable from my company web page: www.zoocad.com soon to be released.
Sven
Chuck Benz September 4, 2007 06:02 PM PDT 1. I've had some success simulating Xilinx FPGA projects in the icarus free verilog simulator, including a microBlaze system. Icarus doesn't support smartmodels and the PPC core, of course. There's some info on my web page.
2. Are you releasing any of your Zoo tools, open source or otherwise? Forgive me if I missed links somewhere, but I didn't see any in my quick read.
3. On nice development board I like to endorse is Enterapoint's Raggedstone (and also their MiniCAN) - fairly cheap PCI Spartan3 boards.