Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fmc-tdc-1ns-5cha-gw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
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
This is an archived project. Repository and other project resources are read-only.
fmc-projects
fmc-tdc
fmc-tdc-1ns-5cha-gw
Commits
aee4cec7
Commit
aee4cec7
authored
10 years ago
by
Tomasz Wlostowski
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
45f22114
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hdl/wr_spec_tdc/hdl/rtl/fmc_tdc_mezzanine.vhd
+6
-6
6 additions, 6 deletions
hdl/wr_spec_tdc/hdl/rtl/fmc_tdc_mezzanine.vhd
hdl/wr_spec_tdc/hdl/rtl/reg_ctrl.vhd
+197
-171
197 additions, 171 deletions
hdl/wr_spec_tdc/hdl/rtl/reg_ctrl.vhd
with
203 additions
and
177 deletions
hdl/wr_spec_tdc/hdl/rtl/fmc_tdc_mezzanine.vhd
+
6
−
6
View file @
aee4cec7
...
...
@@ -536,12 +536,12 @@ begin
slave_i
=>
cnx_master_out
(
c_WB_SLAVE_TDC_I2C
),
slave_o
=>
cnx_master_in
(
c_WB_SLAVE_TDC_I2C
),
desc_o
=>
open
,
scl_pad_i
=>
i2c_scl_i
,
scl_pad_o
=>
sys_scl_out
,
scl_padoen_o
=>
sys_scl_oe_n
,
sda_pad_i
=>
i2c_sda_i
,
sda_pad_o
=>
sys_sda_out
,
sda_padoen_o
=>
sys_sda_oe_n
);
scl_pad_i
(
0
)
=>
i2c_scl_i
,
scl_pad_o
(
0
)
=>
sys_scl_out
,
scl_padoen_o
(
0
)
=>
sys_scl_oe_n
,
sda_pad_i
(
0
)
=>
i2c_sda_i
,
sda_pad_o
(
0
)
=>
sys_sda_out
,
sda_padoen_o
(
0
)
=>
sys_sda_oe_n
);
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
i2c_sda_oen_o
<=
sys_sda_oe_n
;
...
...
This diff is collapsed.
Click to expand it.
hdl/wr_spec_tdc/hdl/rtl/reg_ctrl.vhd
+
197
−
171
View file @
aee4cec7
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