forked from github/verilator
Commentary
This commit is contained in:
parent
936bb7b1ed
commit
dfc98e77c0
@ -256,7 +256,7 @@ int main(int argc, char** argv) {
|
|||||||
uint64_t sim_time = 1100;
|
uint64_t sim_time = 1100;
|
||||||
contextp->debug(0);
|
contextp->debug(0);
|
||||||
contextp->commandArgs(argc, argv);
|
contextp->commandArgs(argc, argv);
|
||||||
// we're going to be checking for these errors do don't crash out
|
// We're going to be checking for these errors so don't crash out
|
||||||
contextp->fatalOnVpiError(0);
|
contextp->fatalOnVpiError(0);
|
||||||
|
|
||||||
const std::unique_ptr<VM_PREFIX> topp{new VM_PREFIX{contextp.get(),
|
const std::unique_ptr<VM_PREFIX> topp{new VM_PREFIX{contextp.get(),
|
||||||
|
@ -177,7 +177,7 @@ int main(int argc, char** argv) {
|
|||||||
uint64_t sim_time = 1100;
|
uint64_t sim_time = 1100;
|
||||||
contextp->debug(0);
|
contextp->debug(0);
|
||||||
contextp->commandArgs(argc, argv);
|
contextp->commandArgs(argc, argv);
|
||||||
// we're going to be checking for these errors do don't crash out
|
// We're going to be checking for these errors so don't crash out
|
||||||
contextp->fatalOnVpiError(0);
|
contextp->fatalOnVpiError(0);
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -245,7 +245,7 @@ int main(int argc, char** argv) {
|
|||||||
uint64_t sim_time = 1100;
|
uint64_t sim_time = 1100;
|
||||||
contextp->debug(0);
|
contextp->debug(0);
|
||||||
contextp->commandArgs(argc, argv);
|
contextp->commandArgs(argc, argv);
|
||||||
// we're going to be checking for these errors do don't crash out
|
// We're going to be checking for these errors so don't crash out
|
||||||
contextp->fatalOnVpiError(0);
|
contextp->fatalOnVpiError(0);
|
||||||
|
|
||||||
const std::unique_ptr<VM_PREFIX> topp{new VM_PREFIX{contextp.get(),
|
const std::unique_ptr<VM_PREFIX> topp{new VM_PREFIX{contextp.get(),
|
||||||
|
@ -189,7 +189,7 @@ int main(int argc, char** argv) {
|
|||||||
uint64_t sim_time = 1100;
|
uint64_t sim_time = 1100;
|
||||||
contextp->commandArgs(argc, argv);
|
contextp->commandArgs(argc, argv);
|
||||||
// contextp->debug(9);
|
// contextp->debug(9);
|
||||||
// we're going to be checking for these errors do don't crash out
|
// We're going to be checking for these errors so don't crash out
|
||||||
contextp->fatalOnVpiError(0);
|
contextp->fatalOnVpiError(0);
|
||||||
|
|
||||||
const std::unique_ptr<VM_PREFIX> topp{new VM_PREFIX{contextp.get(),
|
const std::unique_ptr<VM_PREFIX> topp{new VM_PREFIX{contextp.get(),
|
||||||
|
Loading…
Reference in New Issue
Block a user