URL
https://opencores.org/ocsvn/aemb/aemb/trunk
Subversion Repositories aemb
[/] [aemb/] [branches/] [AEMB2_712/] [sim/] [iversim] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
#!/bin/sh
# $Id: iversim,v 1.1 2007-03-09 17:41:55 sybreon Exp $
# $Log: not supported by cvs2svn $
iverilog $@ ../rtl/verilog/*.v && vvp a.out && rm a.out
Go to most recent revision | Compare with Previous | Blame | View Log