Skip to content

Commit 3abaf79

Browse files
committed
ram: undo tclint unbraced-expr
Signed-off-by: braydenl9988 <braydenl9988@gmail.com>
1 parent f3815e2 commit 3abaf79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ram/test/make_8x8.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "helpers.tcl"
22

3-
set_thread_count {[expr [cpu_count] / 4]}
3+
set_thread_count [expr [cpu_count] / 4]
44

55
read_liberty sky130hd/sky130_fd_sc_hd__tt_025C_1v80.lib
66

0 commit comments

Comments
 (0)