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
812cb644
Commit
812cb644
authored
7 months ago
by
Byron Lathi
Browse files
Options
Downloads
Patches
Plain Diff
Add mii clocks to constraints
parent
8be97b45
No related branches found
Branches containing commit
No related tags found
1 merge request
!74
Resolve "Network Processor"
Pipeline
#703
passed
7 months ago
Stage: build
Stage: sim
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hw/super6502_fpga/constraints/constraints.sdc
+5
-0
5 additions, 0 deletions
hw/super6502_fpga/constraints/constraints.sdc
hw/super6502_fpga/super6502_fpga.xml
+1
-1
1 addition, 1 deletion
hw/super6502_fpga/super6502_fpga.xml
with
6 additions
and
1 deletion
hw/super6502_fpga/constraints/constraints.sdc
+
5
−
0
View file @
812cb644
...
...
@@ -2,4 +2,9 @@ create_clock -period 5.00 i_sdrclk
create_clock -period 5.00 i_tACclk
create_clock -period 10.00 i_sysclk
create_clock -period 40.00 mii_rx_clk
create_clock -period 40.00 mii_tx_clk
set_clock_groups -exclusive -group {i_sysclk i_sdrclk i_tACclk} -group {mii_tx_clk} -group {mii_rx_clk}
create_generated_clock -source i_sysclk -divide_by 50 clk_cpu
This diff is collapsed.
Click to expand it.
hw/super6502_fpga/super6502_fpga.xml
+
1
−
1
View file @
812cb644
<efx:project
xmlns:efx=
"http://www.efinixinc.com/enf_proj"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
name=
"super6502_fpga"
description=
""
last_change_date=
"Mon Sep 09 2024 1
0:58:57
PM"
location=
"/cluster/projects/super6502/hw/super6502_fpga"
sw_version=
"2023.1.150"
last_run_state=
"pass"
last_run_tool=
"efx_pgm"
last_run_flow=
"bitstream"
config_result_in_sync=
"sync"
design_ood=
"sync"
place_ood=
"sync"
route_ood=
"sync"
xsi:schemaLocation=
"http://www.efinixinc.com/enf_proj enf_proj.xsd"
>
<efx:project
xmlns:efx=
"http://www.efinixinc.com/enf_proj"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
name=
"super6502_fpga"
description=
""
last_change_date=
"Mon Sep 09 2024 1
1:15:46
PM"
location=
"/cluster/projects/super6502/hw/super6502_fpga"
sw_version=
"2023.1.150"
last_run_state=
"pass"
last_run_tool=
"efx_pgm"
last_run_flow=
"bitstream"
config_result_in_sync=
"sync"
design_ood=
"sync"
place_ood=
"sync"
route_ood=
"sync"
xsi:schemaLocation=
"http://www.efinixinc.com/enf_proj enf_proj.xsd"
>
<efx:device_info>
<efx:family
name=
"Trion"
/>
<efx:device
name=
"T20F256"
/>
...
...
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