IBM PPC750FX User Manual page 85

Table of Contents

Advertisement

Preliminary
Register1 : lpm_ff WITH (
Register2_sel : NODE;-- register 2
Register2 : lpm_ff WITH (
Register3_sel : NODE;-- register 3
Register3 : lpm_ff WITH (
BoardRev_sel : node;-- register 4
BoardRev[7..0] : NODE;
led0_node : node;
led1_node : node;
led2_node : node;
cpu0_smi_n_node: node; --
cpu1_smi_n_node: node; --
cpu_tben_node
cpu_mcp0_node : node; --
cpu_mcp1_node : node; --
data_sel[3..0] : NODE; -- which bus to read
bux_muxer : lpm_mux WITH (
lpm_ff_component : lpm_ff WITH (
BEGIN
-- Since we need to drive out the data on dev_ad[7..0] anyway,
-- no need to bring in the latched versions of them.
lpm_ff_component.clock = !ale;
lpm_ff_component.data[7..0] = dev_ad[7..0];
-- latch the address and control signals from AD bus
750FXebm_ch11.fm
June 10, 2003
LPM_WIDTH = 8,
LPM_FFTYPE = "DFF"
);
LPM_WIDTH = 8,
LPM_FFTYPE = "DFF"
);
LPM_WIDTH = 8,
LPM_FFTYPE = "DFF"
);
: node; --
LPM_WIDTH = 8, -- size of each bus
LPM_SIZE = 5, -- number of buses
LPM_WIDTHS = 8 -- ???
);
LPM_WIDTH = 8,
LPM_FFTYPE = "DFF"
);
Evaluation Board Manual
PPC750FX Evaluation Board
CPLD Programming
Page 85 of 115

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents