URL
https://opencores.org/ocsvn/zet86/zet86/trunk
Subversion Repositories zet86
[/] [zet86/] [trunk/] [bin/] [tmproot.sh] - Rev 52
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/bash mkdir -p {doc,bin} cd doc wget -nc http://www.opencores.com/cvsweb.cgi/~checkout~/uart16550/doc/UART_spec.pdf cd .. gcc ../src/splitlh.c -o ./bin/splitlh
Go to most recent revision | Compare with Previous | Blame | View Log