Commentary

This commit is contained in:
Wilson Snyder 2023-02-05 14:12:27 -05:00
parent 936bb7b1ed
commit dfc98e77c0
4 changed files with 4 additions and 4 deletions

View File

@ -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(),

View File

@ -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);
{

View File

@ -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(),

View File

@ -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(),