FreeCalypso > hg > fc-small-hw
view mmtb1/schem+bom/Makefile @ 28:bd7eec55ebc0
duart28: new design ideas
* added input buffers (LVC with Ioff feature) to prevent high current flow
from powered-up target into powered-down FT2232D inputs;
* added series resistors on outputs to limit current flow from powered-up
adapter into powered-down Calypso target;
* buffer IC changed from 74LVC125A to 74LVC541A.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 28 Jun 2020 22:06:24 +0000 |
parents | 0f9bdd60ce50 |
children |
line wrap: on
line source
VSRCS= vsrc/board.v vsrc/interface.v vsrc/led_circuit.v vsrc/pushbutton_wrap.v\ vsrc/sim_socket_block.v vsrc/uart_bringout.v BOMS= tallied-bom.txt tallied-bom.csv comptab.txt NETS= sverp.unet bound.unet pcb-netlist.txt all: ${BOMS} ${NETS} elements.pcb sverp.unet: ${VSRCS} primitives Makefile ueda-sverp -o $@ ${VSRCS} bound.unet: MCL sverp.unet unet-bind -c sverp.unet $@ pcb-netlist.txt: bound.unet unet2pcb bound.unet $@ tallied-bom.txt: MCL ueda-mkbom -cr > $@ tallied-bom.csv: MCL ueda-csvbom > $@ comptab.txt: MCL ueda-shortbom > $@ elements.pcb: MCL ueda-getfps -ch | ueda-runm4 > $@ clean: rm -f *.unet *.txt *.csv errs elements.pcb