mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
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:
committed by
Stephen Williams
parent
8043629231
commit
f1f9274bb9
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "vhdl_target.h"
|
||||
#include "support.hh"
|
||||
#include "state.hh"
|
||||
|
||||
#include <iostream>
|
||||
#include <cassert>
|
||||
|
||||
Reference in New Issue
Block a user