Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Fix problem with precompiled headers and Verilator #736

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ private object VerilatorSimulator extends Simulator {
"-DVL_USER_FATAL",
"-DVL_USER_FINISH", // this is required because we ant to overwrite the vl_finish function!
s"-DTOP_TYPE=V$topName",
s"-include V$topName.h"
)

private def DefaultFlags(topName: String, verilatedDir: os.Path, cFlags: Seq[String], ldFlags: Seq[String]) = List(
Expand Down
Loading