Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Platform-independent core collection
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Projects
Platform-independent core collection
Commits
f9c55e8c
Commit
f9c55e8c
authored
5 years ago
by
Dimitris Lampridis
Browse files
Options
Downloads
Patches
Plain Diff
[hdl] [gc_sync] add a couple of missing attributes
Signed-off-by:
Dimitris Lampridis
<
dimitris.lampridis@cern.ch
>
parent
d2b71b65
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/common/gc_sync.vhd
+10
-8
10 additions, 8 deletions
modules/common/gc_sync.vhd
with
10 additions
and
8 deletions
modules/common/gc_sync.vhd
+
10
−
8
View file @
f9c55e8c
...
...
@@ -47,10 +47,13 @@ architecture arch of gc_sync is
signal
sync0
,
sync1
:
std_logic
;
attribute
shreg_extract
:
string
;
attribute
shreg_extract
of
gc_sync_ffs_in
:
signal
is
"no"
;
attribute
shreg_extract
of
sync0
:
signal
is
"no"
;
attribute
shreg_extract
of
sync1
:
signal
is
"no"
;
attribute
rloc
:
string
;
attribute
rloc
of
sync0
:
signal
is
"X0Y0"
;
attribute
rloc
of
sync1
:
signal
is
"X0Y0"
;
attribute
shreg_extract
:
string
;
attribute
shreg_extract
of
sync0
:
signal
is
"no"
;
attribute
shreg_extract
of
sync1
:
signal
is
"no"
;
attribute
keep
:
string
;
attribute
keep
of
gc_sync_ffs_in
:
signal
is
"true"
;
...
...
@@ -60,10 +63,9 @@ architecture arch of gc_sync is
attribute
keep_hierarchy
:
string
;
attribute
keep_hierarchy
of
arch
:
architecture
is
"true"
;
attribute
async_reg
:
string
;
attribute
async_reg
of
gc_sync_ffs_in
:
signal
is
"true"
;
attribute
async_reg
of
sync0
:
signal
is
"true"
;
attribute
async_reg
of
sync1
:
signal
is
"true"
;
attribute
async_reg
:
string
;
attribute
async_reg
of
sync0
:
signal
is
"true"
;
attribute
async_reg
of
sync1
:
signal
is
"true"
;
begin
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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