Difference between revisions of "VCORE"

From ICE Enterprises
Jump to navigation Jump to search
(streams data through an FPGA Verilog Core Simulation)
 
(streams data through an FPGA Verilog Core Simulation)
 
Line 22: Line 22:
  
 
</pre>
 
</pre>
 +
 +
[[Category:ICE_Explain]]

Latest revision as of 15:19, 27 April 2020

streams data through an FPGA Verilog Core Simulation

<IN>		 - Input File
<OUT>		 - Output File
<FUNC>		 - Function (FIR,TFDD,CIC,PCIE)
<P2>		 - Optional Parameter 2 
<P3>		 - Optional Parameter 3 
<P4>		 - Optional Parameter 4 

The Verilator project converts verilog code into executable C++ code
which is compiles into the VCore object in the ICE library area.
This primitive instantiates that class and runs data through it as
if it were in a PORT=CORE slot of an ICE DMA engine.

Examples:

Switches:
  /TL - Switch description
  /W - PCIE write TLP
  /R - PCIE read TLP
  /T - PCIE link training