mirror of
https://github.com/verilator/verilator.git
synced 2026-09-08 02:28:43 +02:00
Commentary
This commit is contained in:
@@ -256,7 +256,7 @@ int main(int argc, char** argv) {
|
||||
uint64_t sim_time = 1100;
|
||||
contextp->debug(0);
|
||||
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);
|
||||
|
||||
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;
|
||||
contextp->debug(0);
|
||||
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);
|
||||
|
||||
{
|
||||
|
||||
@@ -245,7 +245,7 @@ int main(int argc, char** argv) {
|
||||
uint64_t sim_time = 1100;
|
||||
contextp->debug(0);
|
||||
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);
|
||||
|
||||
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;
|
||||
contextp->commandArgs(argc, argv);
|
||||
// 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);
|
||||
|
||||
const std::unique_ptr<VM_PREFIX> topp{new VM_PREFIX{contextp.get(),
|
||||
|
||||
Reference in New Issue
Block a user