switch to using fayalite version of checked_vcd_output instead of cpu::util
This commit is contained in:
parent
ebd69089c5
commit
6ee0d4265c
4 changed files with 6 additions and 155 deletions
|
|
@ -2,7 +2,6 @@
|
|||
// See Notices.txt for copyright information
|
||||
|
||||
use cpu::{
|
||||
checked_vcd_output,
|
||||
config::{
|
||||
CpuConfig, CpuConfigFetchWidth, CpuConfigMaxUnitMaxInFlight, PhantomConstCpuConfig,
|
||||
UnitConfig,
|
||||
|
|
@ -29,6 +28,7 @@ use cpu::{
|
|||
};
|
||||
use fayalite::{
|
||||
bundle::BundleType,
|
||||
checked_vcd_output,
|
||||
module::instance_with_loc,
|
||||
prelude::*,
|
||||
ty::{OpaqueSimValue, StaticType},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue