Files
OpenSTA/verilog
Ethan MahintorabiandMike Inouye 8a46208c4d Fixes constant integer verilog parsing
Fixes parsing attributes of the form

```systemverilog
  (* bottom_bound = 1'sh0 *)
  sky130_fd_sc_hd__dfrtp_1 _1415_ (
    .CLK(clk),
    .D(in),
    .Q(out),
    .RESET_B(reset)
  );
```

In particular "supporting" the signed indicator.

Co-authored-by: Mike Inouye <[email protected]>
Signed-off-by: Ethan Mahintorabi <[email protected]>
2024-10-08 20:40:07 +00:00
..
2024-07-24 09:04:08 -07:00
2024-01-11 16:34:49 -08:00
2024-07-24 09:04:08 -07:00
2024-07-24 09:04:08 -07:00