|
CDL Modules
|
| module dprintf | ( | clock | clk, |
| input bit | reset_n, | ||
| input t_dprintf_req_4 | dprintf_req, | ||
| output bit | dprintf_ack, | ||
| output t_dprintf_byte | dprintf_byte | ||
| ) |
| [in] | clk | Clock for data in and display SRAM write out |
| [in] | dprintf_req | Debug printf request |
| [out] | dprintf_ack | Debug printf acknowledge |
| [out] | dprintf_byte | Byte to output |
| module dprintf_2_mux | ( | clock | clk, |
| input bit | reset_n, | ||
| input t_dprintf_req_2 | req_a, | ||
| input t_dprintf_req_2 | req_b, | ||
| output bit | ack_a, | ||
| output bit | ack_b, | ||
| output t_dprintf_req_2 | req, | ||
| input bit | ack | ||
| ) |
| module dprintf_4_mux | ( | clock | clk, |
| input bit | reset_n, | ||
| input t_dprintf_req_4 | req_a, | ||
| input t_dprintf_req_4 | req_b, | ||
| output bit | ack_a, | ||
| output bit | ack_b, | ||
| output t_dprintf_req_4 | req, | ||
| input bit | ack | ||
| ) |
1.8.11