44 parameter RTC_STATUS_REG_ADDR =
'h31,
// (1 loc) address where status can be read out (currently just sequence # and alternating bit) 45 parameter RTC_SEC_USEC_ADDR =
'h32,
// ..'h33 address where seconds of the snapshot can be read (microseconds - next address) 58 parameter CAMSYNC_EXTERNAL_BIT =
'h4,
// enable writing ts_external (0 - local timestamp in the frame header) 60 parameter CAMSYNC_MASTER_BIT =
'h9,
// select a 2-bit master channel (master delay may be used as a flash delay) 65 parameter RTC_MHZ=
25,
// RTC input clock in MHz (should be interger number) 66 parameter RTC_BITC_PREDIV =
5,
// number of bits to generate 2 MHz pulses counting refclk 68 parameter RTC_SET_SEC=
1,
// 32-bit full number of seconds (und actually update timer) 72 // input rst, // global reset 73 input mclk,
// system clock 74 input pclk,
// was pixel clock in x353 clock (global) - switch it to 100MHz (mclk/2)? 75 input mrst,
// @ posedge mclk - sync reset 76 input prst,
// @ posedge pclk - sync reset 78 input refclk,
// not a global clock, reference frequency < mclk/2 80 input [
7:
0]
cmd_ad,
// byte-serial command address/data (up to 6 bytes: AL-AH-D0-D1-D2-D3 81 input cmd_stb,
// strobe (with first byte) for the command a/d 83 output [
7:
0]
status_ad,
// status address/data - up to 5 bytes: A - {seq,status[1:0]} - status[2:9] - status[10:17] - status[18:25] 84 output status_rq,
// input request to send status downstream 85 input status_start,
// Acknowledge of the first status packet byte (address) 87 // connection to the general purpose I/O control 88 input [
9:
0]
gpio_in,
// 10-bit input from GPIO pins -> 10 bit 89 output [
9:
0]
gpio_out,
// 10-bit output to GPIO pins 90 output [
9:
0]
gpio_out_en,
// 10-bit output enable to GPIO pins 92 // common for all sensors - use triggered mode (as opposed to a free-running mode) 93 output triggered_mode,
// use triggered mode (0 - sensors are free-running) @mclk - common to all sensors 95 // per-channel frame sync inputs and trigger outputs. Both single-cycle mclk pulses 96 input frsync_chn0,
// @mclk trigrst, // single-clock start of frame input (resets trigger output) posedge (@pclk) 97 output trig_chn0,
// @mclk 1 cycle-long trigger output 99 input frsync_chn1,
// @mclk trigrst, // single-clock start of frame input (resets trigger output) posedge (@pclk) 102 input frsync_chn2,
// @mclk trigrst, // single-clock start of frame input (resets trigger output) posedge (@pclk) 105 input frsync_chn3,
// @mclk trigrst, // single-clock start of frame input (resets trigger output) posedge (@pclk) 108 // timestamps used by the compressor channel (to be included in the image file) and to the event logger (i.e. as a master timestamp) 110 output [
7:
0]
ts_data_chn0,
// byte-wide serialized timestamp message received or local 113 output [
7:
0]
ts_data_chn1,
// byte-wide serialized timestamp message received or local 116 output [
7:
0]
ts_data_chn2,
// byte-wide serialized timestamp message received or local 119 output [
7:
0]
ts_data_chn3,
// byte-wide serialized timestamp message received or local 121 // timestamp for the event logger 122 input lclk,
// clock used by the event logger 123 input lrst,
// @ posedge lclk - sync reset 132 wire [
3:
0]
ts_local_snap;
// ts_snap_mclk make a timestamp pulse single @(posedge pclk) 136 wire [
3:
0]
ts_stb;
// 1 clk before ts_snd_data is valid 137 wire [
31:
0]
ts_data;
// byte-wide serialized timestamp message (channels concatenated) 139 wire [
31:
0]
live_sec;
// current time seconds, updated @ mclk 140 wire [
19:
0]
live_usec;
// current time microseconds, updated @ mclk 160 // .rst (rst), // input 175 // .rst (rst), // input 187 // .rst (rst), // input 199 // .rst (rst), // input 211 // .rst (rst), // input 223 // .rst (rst), // input 254 // .rst (rst), // input
9654RTC_STATUS_REG_ADDR'h31
9719ts_local_datawire[31:0]
9661CAMSYNC_TRIG_PERIOD'h3
9671CAMSYNC_CHN_EN_BIT'he
9663CAMSYNC_TRIG_DELAY1'h5
[7:0] 9429ts_rcv_data_chn3
[7:0] 9415ts_snd_data_chn1
[7:0] 9427ts_rcv_data_chn2
[7:0] 9421ts_snd_data_chn3
9717ts_local_snapwire[3:0]
[7:0] 9412ts_snd_data_chn0
9655RTC_SEC_USEC_ADDR'h32
9669CAMSYNC_TRIGGERED_BIT'h6
9672CAMSYNC_PRE_MAGIC6'b110100
9668CAMSYNC_EXTERNAL_BIT'h4
9673CAMSYNC_POST_MAGIC6'b001101
[7:0] 9423ts_rcv_data_chn0
[7:0] 9425ts_rcv_data_chn1
9662CAMSYNC_TRIG_DELAY0'h4
9718ts_local_stbwire[3:0]
9670CAMSYNC_MASTER_BIT'h9
9664CAMSYNC_TRIG_DELAY2'h6
timestamp_snapshot_chn3_i timestamp_snapshot
9665CAMSYNC_TRIG_DELAY3'h7
[7:0] 9418ts_snd_data_chn2