Revision f58abdcb
| b/usrp2/top/u2plus/u2plus.v | ||
|---|---|---|
| 348 | 348 |
// DAC A is also inverted in schematic to facilitate clean layout |
| 349 | 349 |
always @(negedge dsp_clk) DACA <= ~dac_b_int; |
| 350 | 350 |
always @(negedge dsp_clk) DACB <= dac_a_int; |
| 351 |
|
|
| 352 |
wire pps; |
|
| 353 |
assign pps = PPS_IN ^ PPS2_IN; |
|
| 351 | 354 |
|
| 352 | 355 |
u2plus_core u2p_c(.dsp_clk (dsp_clk), |
| 353 | 356 |
.wb_clk (wb_clk), |
| 354 | 357 |
.clock_ready (clock_ready), |
| 355 | 358 |
.clk_to_mac (CLK_TO_MAC_int2), |
| 356 |
.pps_in (PPS_IN),
|
|
| 359 |
.pps_in (pps),
|
|
| 357 | 360 |
.leds (leds_int), |
| 358 | 361 |
.debug (debug[31:0]), |
| 359 | 362 |
.debug_clk (debug_clk[1:0]), |
Also available in: Unified diff