Changes between Version 23 and Version 24 of Component/Vci Multi Tty
- Timestamp:
- Oct 29, 2009, 12:14:53 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Tty
v23 v24 97 97 === CABA Ports === 98 98 99 * sc_in<bool>'''p_resetn''' : Global system reset100 * sc_in<bool>'''p_clk''' : Global system clock101 * soclib::common::!VciiTarget<vci_param> '''p_vci''' : The VCIport102 * sc_out<bool> '''p_irq[]''' : Interrupt ports array.99 * '''p_resetn''' : Global system reset 100 * '''p_clk''' : Global system clock 101 * '''p_vci''' : VCI target port 102 * '''p_irq[i]''' : as many interrupt ports as terminals. 103 103 104 104 == 4) TLM-DT Implementation == … … 120 120 === TLM-DT Ports === 121 121 122 * '''p_vci_target''' //VCI target port123 * '''p_irq_initiator[i]''' //as many IRQ output ports as terminals122 * '''p_vci_target''' : VCI target port 123 * '''p_irq_initiator[i]''' : as many IRQ output ports as terminals