Files
iverilog/vpi
Cary R fc8549c9f8 Add $readmempath to set a search path for $readmem{b,h}.
This patch add a new system function $readmempath. It accepts
a ":" separated list of directories that $readmem{b,h} will
use when trying to open a given file. If the file given to
$readmem{b,h} starts with a '/' (an absolute path) the search
list will not be used. A new call to $readmempath will replace
the previous search list with the given list. The search list
elements are check to see if they exist and are directories.
If not a warning will be displayed and they will not be added
to the list.
2009-04-17 17:44:52 -07:00
..
2009-02-10 11:47:04 -08:00
2009-03-26 14:06:31 -07:00
2009-03-19 08:59:10 -07:00
2009-03-19 08:59:10 -07:00
2009-03-19 08:59:10 -07:00
2008-11-13 15:56:29 -08:00
2009-01-29 17:35:28 -08:00