Skip to content

Commit

Permalink
[opentitanlib] Remove VerilatorUart
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Dec 21, 2023
1 parent 1c83747 commit f280fe2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 159 deletions.
1 change: 0 additions & 1 deletion sw/host/opentitanlib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ rust_library(
"src/transport/verilator/mod.rs",
"src/transport/verilator/subprocess.rs",
"src/transport/verilator/transport.rs",
"src/transport/verilator/uart.rs",
"src/uart/console.rs",
"src/uart/mod.rs",
"src/util/bigint.rs",
Expand Down
1 change: 0 additions & 1 deletion sw/host/opentitanlib/src/transport/verilator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
pub mod gpio;
pub mod subprocess;
pub mod transport;
pub mod uart;

pub use subprocess::Options;
pub use transport::Verilator;
157 changes: 0 additions & 157 deletions sw/host/opentitanlib/src/transport/verilator/uart.rs

This file was deleted.

0 comments on commit f280fe2

Please sign in to comment.