Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
72b49e58
Commit
72b49e58
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Rename gen_stratixiv into gen_ip_stratixiv.
parent
81299e49
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/technology/flash/tech_flash_asmi_parallel.vhd
+1
-1
1 addition, 1 deletion
libraries/technology/flash/tech_flash_asmi_parallel.vhd
libraries/technology/flash/tech_flash_remote_update.vhd
+1
-1
1 addition, 1 deletion
libraries/technology/flash/tech_flash_remote_update.vhd
with
2 additions
and
2 deletions
libraries/technology/flash/tech_flash_asmi_parallel.vhd
+
1
−
1
View file @
72b49e58
...
@@ -57,7 +57,7 @@ ARCHITECTURE str OF tech_flash_asmi_parallel IS
...
@@ -57,7 +57,7 @@ ARCHITECTURE str OF tech_flash_asmi_parallel IS
BEGIN
BEGIN
gen_stratixiv
:
IF
g_technology
=
c_tech_stratixiv
GENERATE
gen_
ip_
stratixiv
:
IF
g_technology
=
c_tech_stratixiv
GENERATE
u0
:
ip_stratixiv_asmi_parallel
u0
:
ip_stratixiv_asmi_parallel
PORT
MAP
(
addr
,
clkin
,
datain
,
rden
,
read
,
sector_erase
,
shift_bytes
,
wren
,
write
,
busy
,
data_valid
,
dataout
,
illegal_erase
,
illegal_write
);
PORT
MAP
(
addr
,
clkin
,
datain
,
rden
,
read
,
sector_erase
,
shift_bytes
,
wren
,
write
,
busy
,
data_valid
,
dataout
,
illegal_erase
,
illegal_write
);
END
GENERATE
;
END
GENERATE
;
...
...
This diff is collapsed.
Click to expand it.
libraries/technology/flash/tech_flash_remote_update.vhd
+
1
−
1
View file @
72b49e58
...
@@ -53,7 +53,7 @@ ARCHITECTURE str OF tech_flash_remote_update IS
...
@@ -53,7 +53,7 @@ ARCHITECTURE str OF tech_flash_remote_update IS
BEGIN
BEGIN
gen_stratixiv
:
IF
g_technology
=
c_tech_stratixiv
GENERATE
gen_
ip_
stratixiv
:
IF
g_technology
=
c_tech_stratixiv
GENERATE
u0
:
ip_stratixiv_remote_update
u0
:
ip_stratixiv_remote_update
PORT
MAP
(
clock
,
data_in
,
param
,
read_param
,
reconfig
,
reset
,
reset_timer
,
write_param
,
busy
,
data_out
);
PORT
MAP
(
clock
,
data_in
,
param
,
read_param
,
reconfig
,
reset
,
reset_timer
,
write_param
,
busy
,
data_out
);
END
GENERATE
;
END
GENERATE
;
...
...
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