Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
super6502
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Byron Lathi
super6502
Commits
19e43443
Commit
19e43443
authored
6 months ago
by
Byron Lathi
Browse files
Options
Downloads
Patches
Plain Diff
Make synthesis optional
parent
8784de6f
No related branches found
Branches containing commit
No related tags found
2 merge requests
!76
Resolve "Send TCP data over M2S"
,
!74
Resolve "Network Processor"
Pipeline
#752
passed
6 months ago
Stage: build
Stage: sim
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
hw/super6502_fpga/super6502_fpga.xml
+5
-0
5 additions, 0 deletions
hw/super6502_fpga/super6502_fpga.xml
with
7 additions
and
0 deletions
.gitlab-ci.yml
+
2
−
0
View file @
19e43443
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
hw/super6502_fpga/super6502_fpga.xml
+
5
−
0
View file @
19e43443
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment