This list is for discussion of the design and implementation of field-programmable gate array based processors and integrated systems. It is also for discussion and community support of the XSOC Project (see http://www.fpgacpu.org/xsoc).
|
Many datapath circuits consist of an adder followed by a mux. For example, one appears in the PC/adder unit of xr16 -- next PC is either PC + PC-increment or is the jump effective address. This morning I figured out how to implement this add/mux circuit efficiently, one LUT per bit, for Virtex family architectures. See http://www.fpgacpu.org/index.html#001112 for more detail. Jan Gray Gray Research LLC |