Basic support for program blocks.

This commit is contained in:
Stephen Williams
2012-05-27 18:26:53 -07:00
parent 342646264e
commit 0833d9e37a
5 changed files with 18 additions and 10 deletions
+1
View File
@@ -32,6 +32,7 @@ Module::Module(perm_string n)
{
library_flag = false;
is_cell = false;
program_block = false;
uc_drive = UCD_NONE;
timescale_warn_done = false;
time_unit = 0;