Skip to content
GitLab
Explore
Sign in
Register
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Merge requests
!342
RTSD-156
: apply vhdl_style_fix, delete space before semicolon
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
RTSD-156
: apply vhdl_style_fix, delete space before semicolon
RTSD-156
into
master
Overview
0
Commits
1
Pipelines
1
Changes
82
Merged
RTSD-156: apply vhdl_style_fix, delete space before semicolon
Pieter Donker
requested to merge
RTSD-156
into
master
Aug 16, 2023
Overview
0
Commits
1
Pipelines
1
Changes
82
Closes
RTSD-156
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d4a911bf
1 commit,
Aug 16, 2023
82 files
+
491
−
491
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
82
applications/lofar1/RSP/pfs/src/vhdl/pfs_coefsbuf(stratix).vhd
+
2
−
2
View file @ d4a911bf
Edit in single-file editor
Open in Web IDE
Show full file
@@ -22,8 +22,8 @@ architecture stratix of pfs_coefsbuf is
@@ -22,8 +22,8 @@ architecture stratix of pfs_coefsbuf is
intended_device_family
:
string
intended_device_family
:
string
);
);
port
(
port
(
aclr0
:
in
std_logic
;
aclr0
:
in
std_logic
;
clock0
:
in
std_logic
;
clock0
:
in
std_logic
;
address_a
:
in
std_logic_vector
(
g_addr_w
-
1
downto
0
);
address_a
:
in
std_logic_vector
(
g_addr_w
-
1
downto
0
);
q_a
:
out
std_logic_vector
(
g_data_w
-
1
downto
0
)
q_a
:
out
std_logic_vector
(
g_data_w
-
1
downto
0
)
);
);
Loading