Move VHDL global state management to a single file

The new state.cc/hh file now manages all the global
state that we maintain while generating VHDL. This
should make the code a bit tidier.
This commit is contained in:
Nick Gasson
2009-01-17 09:19:58 -08:00
committed by Stephen Williams
parent 8043629231
commit f1f9274bb9
12 changed files with 306 additions and 203 deletions
+1
View File
@@ -20,6 +20,7 @@
#include "vhdl_target.h"
#include "support.hh"
#include "state.hh"
#include <iostream>
#include <cassert>