Closed Remillard closed 6 years ago
I made an adjustment to the standard env
package declaration. I thought about doing it to the others, but I'm a little confused now as to whether std_logic_1164 is now a standard package or a IEEE package. So in any event, I have it in there for env
which is where it's probably most likely to be used. I'll stop there unless someone requests full library path names for other libraries.
I can catch package function names if they're listed, however it doesn't scope correctly if you use the fully specified name. For instance:
stop(0);
works fine,std.env.stop(0)
appears as a normal procedure.