Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393
Commits
6b0a6bd2
Commit
6b0a6bd2
authored
May 18, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
suppressed last warnings of unused signals
parent
659bc050
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
0 deletions
+4
-0
cmprs_afi_mux_ptr.v
axi/cmprs_afi_mux_ptr.v
+1
-0
jp_channel.v
compressor_jp/jp_channel.v
+1
-0
mcntrl_linear_rw.v
memctrl/mcntrl_linear_rw.v
+1
-0
frame_num_sync.v
util_modules/frame_num_sync.v
+1
-0
No files found.
axi/cmprs_afi_mux_ptr.v
View file @
6b0a6bd2
...
@@ -81,6 +81,7 @@ module cmprs_afi_mux_ptr(
...
@@ -81,6 +81,7 @@ module cmprs_afi_mux_ptr(
wire
[
26
:
0
]
chunks_to_rollover
;
wire
[
26
:
0
]
chunks_to_rollover
;
reg
[
3
:
0
]
chunks_to_rollover_r
;
// [3] >=8
reg
[
3
:
0
]
chunks_to_rollover_r
;
// [3] >=8
// SuppressWarnings VEditor unused
wire
[
3
:
0
]
chunks_to_rollover_m1
;
wire
[
3
:
0
]
chunks_to_rollover_m1
;
wire
[
3
:
0
]
pre_chunks_to_rollover_m1
;
wire
[
3
:
0
]
pre_chunks_to_rollover_m1
;
reg
max_inc_ram_we
;
reg
max_inc_ram_we
;
...
...
compressor_jp/jp_channel.v
View file @
6b0a6bd2
...
@@ -317,6 +317,7 @@ module jp_channel#(
...
@@ -317,6 +317,7 @@ module jp_channel#(
//TODO: use next signals for status
//TODO: use next signals for status
wire
stuffer_running_mclk
;
wire
stuffer_running_mclk
;
wire
reading_frame
;
wire
reading_frame
;
// SuppressWarnings VEditor unused
wire
frame_started_mclk
;
// store frame number ? Wrong, frame number should come from the sensor channel
wire
frame_started_mclk
;
// store frame number ? Wrong, frame number should come from the sensor channel
reg
stuffer_running_mclk_d
;
reg
stuffer_running_mclk_d
;
reg
[
LAST_FRAME_BITS
-
1
:
0
]
frame_number_started
;
// valid when stuffer started
reg
[
LAST_FRAME_BITS
-
1
:
0
]
frame_number_started
;
// valid when stuffer started
...
...
memctrl/mcntrl_linear_rw.v
View file @
6b0a6bd2
...
@@ -153,6 +153,7 @@ module mcntrl_linear_rw #(
...
@@ -153,6 +153,7 @@ module mcntrl_linear_rw #(
reg
xfer_start_wr_r
;
reg
xfer_start_wr_r
;
reg
[
PAR_MOD_LATENCY
-
1
:
0
]
par_mod_r
;
reg
[
PAR_MOD_LATENCY
-
1
:
0
]
par_mod_r
;
reg
[
PAR_MOD_LATENCY
-
1
:
0
]
recalc_r
;
// 1-hot CE for re-calculating registers
reg
[
PAR_MOD_LATENCY
-
1
:
0
]
recalc_r
;
// 1-hot CE for re-calculating registers
// SuppressWarnings VEditor unused
wire
calc_valid
;
// calculated registers have valid values
wire
calc_valid
;
// calculated registers have valid values
wire
chn_en
;
// enable requests by channel (continue ones in progress), enable frame_start inputs
wire
chn_en
;
// enable requests by channel (continue ones in progress), enable frame_start inputs
wire
chn_rst
;
// resets command, including fifo;
wire
chn_rst
;
// resets command, including fifo;
...
...
util_modules/frame_num_sync.v
View file @
6b0a6bd2
...
@@ -25,6 +25,7 @@ module frame_num_sync #(
...
@@ -25,6 +25,7 @@ module frame_num_sync #(
parameter
LAST_FRAME_BITS
=
16
,
parameter
LAST_FRAME_BITS
=
16
,
parameter
FRAME_BITS_KEEP
=
4
// number of bits from mcntrl frame number used to index absolute sensor frame number
parameter
FRAME_BITS_KEEP
=
4
// number of bits from mcntrl frame number used to index absolute sensor frame number
)(
)(
// SuppressWarnings VEditor unused
input
mrst
,
input
mrst
,
input
mclk
,
// for command/status
input
mclk
,
// for command/status
input
[
NUM_FRAME_BITS
*
4
-
1
:
0
]
absolute_frames
,
// per-channel current sensor frame number
input
[
NUM_FRAME_BITS
*
4
-
1
:
0
]
absolute_frames
,
// per-channel current sensor frame number
...
...
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