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
34
Issue boards
Milestones
Wiki
Code
Merge requests
5
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
c6838080
Commit
c6838080
authored
12 years ago
by
Wesley W. Terpstra
Browse files
Options
Downloads
Patches
Plain Diff
altera gxb: tweak generated files to remove warnings
parent
d920cb4b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
platform/altera/wr_gxb_phy_arria2/arria_phy.vhd
+6
-6
6 additions, 6 deletions
platform/altera/wr_gxb_phy_arria2/arria_phy.vhd
platform/altera/wr_gxb_phy_arria2/wr_gxb_phy_arriaii.vhd
+1
-2
1 addition, 2 deletions
platform/altera/wr_gxb_phy_arria2/wr_gxb_phy_arriaii.vhd
with
7 additions
and
8 deletions
platform/altera/wr_gxb_phy_arria2/arria_phy.vhd
+
6
−
6
View file @
c6838080
...
...
@@ -141,7 +141,7 @@
SIGNAL
wire_tx_pll0_clk
:
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
SIGNAL
wire_tx_pll0_dprioout
:
STD_LOGIC_VECTOR
(
299
DOWNTO
0
);
SIGNAL
wire_tx_pll0_inclk
:
STD_LOGIC_VECTOR
(
9
DOWNTO
0
);
SIGNAL
wire_tx_pll0_locked
:
STD_LOGIC
;
--
SIGNAL wire_tx_pll0_locked : STD_LOGIC;
SIGNAL
wire_receive_pcs0_bitslipboundaryselectout
:
STD_LOGIC_VECTOR
(
4
DOWNTO
0
);
SIGNAL
wire_receive_pcs0_cdrctrllocktorefcl
:
STD_LOGIC
;
SIGNAL
wire_w_lg_reconfig_togxb_busy307w
:
STD_LOGIC_VECTOR
(
0
DOWNTO
0
);
...
...
@@ -155,7 +155,7 @@
SIGNAL
wire_receive_pcs0_pipepowerdown
:
STD_LOGIC_VECTOR
(
1
DOWNTO
0
);
SIGNAL
wire_receive_pcs0_pipepowerstate
:
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
SIGNAL
wire_receive_pcs0_rxfound
:
STD_LOGIC_VECTOR
(
1
DOWNTO
0
);
SIGNAL
wire_receive_pcs0_signaldetect
:
STD_LOGIC
;
--
SIGNAL wire_receive_pcs0_signaldetect : STD_LOGIC;
SIGNAL
wire_receive_pcs0_xgmdatain
:
STD_LOGIC_VECTOR
(
7
DOWNTO
0
);
SIGNAL
wire_receive_pma0_analogtestbus
:
STD_LOGIC_VECTOR
(
7
DOWNTO
0
);
SIGNAL
wire_receive_pma0_clockout
:
STD_LOGIC
;
...
...
@@ -173,7 +173,7 @@
SIGNAL
wire_transmit_pcs0_dispval
:
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
SIGNAL
wire_transmit_pcs0_dprioout
:
STD_LOGIC_VECTOR
(
149
DOWNTO
0
);
SIGNAL
wire_transmit_pcs0_forcedisp
:
STD_LOGIC_VECTOR
(
3
DOWNTO
0
);
SIGNAL
wire_transmit_pcs0_forceelecidleout
:
STD_LOGIC
;
--
SIGNAL wire_transmit_pcs0_forceelecidleout : STD_LOGIC;
SIGNAL
wire_transmit_pcs0_powerdn
:
STD_LOGIC_VECTOR
(
1
DOWNTO
0
);
SIGNAL
wire_transmit_pcs0_revparallelfdbk
:
STD_LOGIC_VECTOR
(
19
DOWNTO
0
);
SIGNAL
wire_transmit_pcs0_txdetectrx
:
STD_LOGIC
;
...
...
@@ -1697,7 +1697,7 @@
dprioin
=>
pll0_dprioin
(
299
DOWNTO
0
),
dprioout
=>
wire_tx_pll0_dprioout
,
inclk
=>
wire_tx_pll0_inclk
,
locked
=>
wire_tx_pll0_locked
,
locked
=>
open
,
--
wire_tx_pll0_locked,
powerdown
=>
pllpowerdn_in
(
0
)
);
wire_receive_pcs0_cdrctrllocktorefcl
<=
wire_w_lg_reconfig_togxb_busy307w
(
0
);
...
...
@@ -1841,7 +1841,7 @@
rmfifowrena
=>
wire_gnd
,
rxdetectvalid
=>
wire_gnd
,
rxfound
=>
wire_receive_pcs0_rxfound
,
signaldetect
=>
wire_receive_pcs0_signaldetect
,
signaldetect
=>
open
,
--
wire_receive_pcs0_signaldetect,
signaldetected
=>
rx_signaldetect_wire
(
0
),
xgmctrlin
=>
wire_gnd
,
xgmdatain
=>
wire_receive_pcs0_xgmdatain
...
...
@@ -1971,7 +1971,7 @@
enrevparallellpbk
=>
wire_gnd
,
forcedisp
=>
wire_transmit_pcs0_forcedisp
,
forcedispcompliance
=>
wire_gnd
,
forceelecidleout
=>
wire_transmit_pcs0_forceelecidleout
,
forceelecidleout
=>
open
,
--
wire_transmit_pcs0_forceelecidleout,
invpol
=>
tx_invpolarity
(
0
),
localrefclk
=>
tx_localrefclk
(
0
),
phfiforddisable
=>
wire_gnd
,
...
...
This diff is collapsed.
Click to expand it.
platform/altera/wr_gxb_phy_arria2/wr_gxb_phy_arriaii.vhd
+
1
−
2
View file @
c6838080
...
...
@@ -138,7 +138,6 @@ architecture rtl of wr_gxb_phy_arriaii is
signal
rx_seriallpbken
:
std_logic_vector
(
0
downto
0
);
signal
tx_clkout
:
std_logic_vector
(
0
downto
0
);
signal
tx_dataout
:
std_logic_vector
(
0
downto
0
);
signal
reconfig_busy
:
std_logic
;
signal
disp_pipe
:
std_logic_vector
(
1
downto
0
);
signal
cur_disp
:
t_8b10b_disparity
;
...
...
@@ -169,7 +168,7 @@ begin -- rtl
port
map
(
reconfig_clk
=>
clk_reconf_i
,
reconfig_fromgxb
=>
reconfig_fromgxb
,
busy
=>
reconfig_busy
,
busy
=>
open
,
reconfig_togxb
=>
reconfig_togxb
);
U_The_PHY
:
arria_phy
...
...
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