Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
combpm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DG
FOFB
combpm
Commits
7e3f1f00
Commit
7e3f1f00
authored
8 months ago
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
Add False path
* Still need to confirm
parent
934c2816
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
con/combpm_timing.xdc
+2
-0
2 additions, 0 deletions
con/combpm_timing.xdc
hdl/combpm_packet_filter.vhd
+1
-1
1 addition, 1 deletion
hdl/combpm_packet_filter.vhd
tcl/main.tcl
+9
-8
9 additions, 8 deletions
tcl/main.tcl
with
12 additions
and
9 deletions
con/combpm_timing.xdc
0 → 100644
+
2
−
0
View file @
7e3f1f00
set_false_path -from [get_clocks -of_objects [get_pins -hierarchical -regexp -filter { NAME =~ ".*inst_filter/inst_filter_table/addr_a.*" && IS_CLOCK == "TRUE" }]] -through [get_nets -hierarchical -regexp -filter { NAME =~ ".*inst_filter/table_data.*" }]
This diff is collapsed.
Click to expand it.
hdl/combpm_packet_filter.vhd
+
1
−
1
View file @
7e3f1f00
...
@@ -92,7 +92,7 @@ begin
...
@@ -92,7 +92,7 @@ begin
-- FILTER TABLE --
-- FILTER TABLE --
------------------
------------------
-- Port A is read write from AXI controller, Port B is read only from logic
-- Port A is read write from AXI controller, Port B is read only from logic
inst_
phase
_table
:
entity
desy
.
ram_tdp
inst_
filter
_table
:
entity
desy
.
ram_tdp
generic
map
(
generic
map
(
G_ADDR
=>
G_W_ADDR_TABLE
,
G_ADDR
=>
G_W_ADDR_TABLE
,
G_DATA
=>
8
G_DATA
=>
8
...
...
This diff is collapsed.
Click to expand it.
tcl/main.tcl
+
9
−
8
View file @
7e3f1f00
...
@@ -15,16 +15,17 @@ proc init {} {
...
@@ -15,16 +15,17 @@ proc init {} {
# ==============================================================================
# ==============================================================================
proc setSources
{}
{
proc setSources
{}
{
variable
Vhdl
variable
Sources
# Generate VHDL package with modversion
# Generate VHDL package with modversion
genModVerFile VHDL ../hdl/pkg_combpm_version.vhd
genModVerFile VHDL ../hdl/pkg_combpm_version.vhd
lappend Vhdl
{
"../hdl/pkg_combpm_version.vhd"
"VHDL 2008"
}
lappend Sources
{
"../hdl/pkg_combpm_version.vhd"
"VHDL 2008"
}
lappend Vhdl
{
"../hdl/pkg_combpm.vhd"
"VHDL 2008"
}
lappend Sources
{
"../hdl/pkg_combpm.vhd"
"VHDL 2008"
}
lappend Vhdl
{
"../hdl/combpm_protocol_electron.vhd"
"VHDL 2008"
}
lappend Sources
{
"../hdl/combpm_protocol_electron.vhd"
"VHDL 2008"
}
lappend Vhdl
{
"../hdl/top_combpm_electron.vhd"
"VHDL 2008"
}
lappend Sources
{
"../hdl/top_combpm_electron.vhd"
"VHDL 2008"
}
lappend Vhdl
{
"../hdl/combpm_packet_filter.vhd"
"VHDL 2008"
}
lappend Sources
{
"../hdl/combpm_packet_filter.vhd"
"VHDL 2008"
}
lappend Sources
{
"../con/combpm_timing.xdc"
"XDC"
}
}
}
...
@@ -48,8 +49,8 @@ proc doOnCreate {} {
...
@@ -48,8 +49,8 @@ proc doOnCreate {} {
set_property target_language VHDL
[
current_project
]
set_property target_language VHDL
[
current_project
]
source combpm_gtwizard.tcl
source combpm_gtwizard.tcl
variable
Vhdl
variable
Sources
addSources
Vhdl
addSources
Sources
}
}
# ==============================================================================
# ==============================================================================
...
...
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