Skip to content
Snippets Groups Projects
Commit 19e43443 authored by Byron Lathi's avatar Byron Lathi
Browse files

Make synthesis optional

parent 8784de6f
No related branches found
No related tags found
2 merge requests!76Resolve "Send TCP data over M2S",!74Resolve "Network Processor"
Pipeline #752 passed
......@@ -7,6 +7,7 @@ stages:
build:
stage: build
when: manual
tags:
- efinity
- linux
......@@ -18,6 +19,7 @@ build:
sim:
stage: sim
needs: []
tags:
- linux
- efinity
......
......@@ -204,6 +204,11 @@
<efx:design_file name="src/sub/interfaces/axis_intf.sv" version="default" library="default" />
<efx:design_file name="src/sub/interfaces/ip_intf.sv" version="default" library="default" />
<efx:design_file name="src/sub/interfaces/eth_intf.sv" version="default" library="default" />
<efx:design_file name="src/sub/my-fifos/src/axis_saf.sv" version="default" library="default"/>
<efx:design_file name="src/sub/my-fifos/src/dpram.sv" version="default" library="default"/>
<efx:design_file name="src/sub/my-fifos/src/fifo_fwft.sv" version="default" library="default"/>
<efx:design_file name="src/sub/my-fifos/src/fifo.sv" version="default" library="default"/>
<efx:design_file name="src/sub/my-fifos/src/fwft_adapter.sv" version="default" library="default"/>
<efx:top_vhdl_arch name="" />
</efx:design_info>
<efx:constraint_info>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment