Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit core collection
Manage
Activity
Members
Labels
Plan
Issues
33
Issue boards
Milestones
Wiki
Code
Merge requests
3
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
White Rabbit core collection
Commits
66fababd
Commit
66fababd
authored
3 months ago
by
Harvey Leicester
Committed by
Tristan Gingold
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
remove component, instantiate directly
parent
62c694d5
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/wr_irig/xwr_irig_slave.vhd
+1
-23
1 addition, 23 deletions
modules/wr_irig/xwr_irig_slave.vhd
with
1 addition
and
23 deletions
modules/wr_irig/xwr_irig_slave.vhd
+
1
−
23
View file @
66fababd
...
...
@@ -65,28 +65,6 @@ end entity xwr_irig_slave;
architecture
wrapper
of
xwr_irig_slave
is
component
wr_irig_slave
generic
(
g_clks_per_ms
:
integer
:
=
62500
);
port
(
clk_sys_i
:
in
std_logic
;
--sys clock
rst_sys_n_i
:
in
std_logic
;
--sys rst
irig_i
:
in
std_logic
;
--irig data in
secs_o
:
out
std_logic_vector
(
7
downto
0
);
--seconds out, 0-59
mins_o
:
out
std_logic_vector
(
8
downto
0
);
--minutes out, 0-59
hrs_o
:
out
std_logic_vector
(
8
downto
0
);
--hours out, 0-23
days_o
:
out
std_logic_vector
(
10
downto
0
);
--day of year, 1-366
year_o
:
out
std_logic_vector
(
8
downto
0
);
--year, 0-99
ctrl0_o
:
out
std_logic_vector
(
8
downto
0
);
--control function 0
ctrl1_o
:
out
std_logic_vector
(
8
downto
0
);
--contorl function 1
sbs_o
:
out
std_logic_vector
(
17
downto
0
);
--straight binary seconds
valid_o
:
out
std_logic
;
--output valid
pps_o
:
out
std_logic
--pps out, generated from start of irig frame
);
end
component
;
signal
wb_in
:
t_wishbone_slave_in
;
signal
wb_out
:
t_wishbone_slave_out
;
signal
irig_regs_in
:
t_irig_regs_master_in
;
...
...
@@ -144,7 +122,7 @@ begin
irig_regs_o
=>
irig_regs_out
);
U_irig_slave
:
wr_irig_slave
U_irig_slave
:
entity
work
.
wr_irig_slave
generic
map
(
g_clks_per_ms
=>
g_clks_per_ms
...
...
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