Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dimitris Lampridis
VFC-HD
Commits
c3d05c98
Commit
c3d05c98
authored
Mar 02, 2016
by
Manoel Barros Marin
Browse files
- Added DIP Sw control over VME Ga
parent
c9963236
Changes
1
Hide whitespace changes
Inline
Side-by-side
Hdl/FpgaModules/SystemSpecific/VfcHdSystem.v
View file @
c3d05c98
...
...
@@ -180,10 +180,8 @@ assign VmeADir_o = 1'b0;
assign
IntRequestBus_ab32
[
31
:
24
]
=
{
2'b0
,
I2CMuxIntN0_in
,
I2CMuxIntN1_in
,
I2CIoExpIntApp12_in
,
I2CIoExpIntApp34_in
,
I2CIoExpIntBstEth_in
,
I2CIoExpIntBlmIn_in
}
;
assign
IntRequestBus_ab32
[
23
:
0
]
=
InterruptRequest_ipb24
;
wire
[
4
:
0
]
FixedAddress_b5
=
4
;
assign
VmeGa_b5
=
~
FixedAddress_b5
;
assign
VmeGap_n
=
~^
(
~
FixedAddress_b5
);
assign
VmeGa_b5
=
~
NoGa_ib5
;
assign
VmeGap_n
=
~^
(
~
NoGa_ib5
);
VmeInterfaceWb
#(
.
g_LowestGaAddressBit
(
24
),
.
g_ClocksIn2us
(
250_000
)
)
i_VmeInterfaceWb
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment