Skip to content

Commit

Permalink
User/dev/michnorris/timescale (#21)
Browse files Browse the repository at this point in the history
* removing timescale lines from rtl files

* MICROSOFT AUTOMATED PIPELINE: Stamp 'user/dev/michnorris/timescale' with updated timestamp and hash after successful run

---------

Co-authored-by: Michael Norris <“[email protected]”>
  • Loading branch information
Nitsirks and Michael Norris authored Oct 24, 2024
1 parent b7fdbfd commit 1f84699
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflow_metadata/pr_hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
550fbb33bfde6ac04657124de872a1fe9c2d1fa89299b5eb3da7aac3a055e1e6014c67288769f61fa81c37d0af9142a9
b7a9e1c8a62a99338ac4f080636de0e3920d3876368e5fc942000a11764ff6de6cbb3165eeb4de0707aa78cd3a52a7b0
2 changes: 1 addition & 1 deletion .github/workflow_metadata/pr_timestamp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1729722368
1729808326
1 change: 0 additions & 1 deletion src/abr_prim/rtl/abr_prim_count.sv
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
// unchanged. The counter is also protected against under- and overflows.

`include "abr_prim_assert.sv"
`timescale 1ns / 1ps

module abr_prim_count #(
parameter int Width = 2,
Expand Down
1 change: 0 additions & 1 deletion src/abr_prim/rtl/abr_prim_sparse_fsm_flop.sv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// SPDX-License-Identifier: Apache-2.0

`include "abr_prim_assert.sv"
`timescale 1ns / 1ps

module abr_prim_sparse_fsm_flop
import abr_prim_sparse_fsm_pkg::*;
Expand Down

0 comments on commit 1f84699

Please sign in to comment.