From 0c324bce7be33f4eb0ec5d048771eb5319e4a9da Mon Sep 17 00:00:00 2001 From: Harshini Srinath <93847878+harshinisrinath1001@users.noreply.github.com> Date: Sun, 11 Jun 2023 19:18:21 -0700 Subject: [PATCH] Update prioritythermometer.sv Program clean up --- src/generic/prioritythermometer.sv | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/generic/prioritythermometer.sv b/src/generic/prioritythermometer.sv index d1970a805..059792b7d 100644 --- a/src/generic/prioritythermometer.sv +++ b/src/generic/prioritythermometer.sv @@ -48,6 +48,3 @@ module prioritythermometer #(parameter N = 8) ( end /* verilator lint_on UNOPTFLAT */ endmodule - - -