Skip to content

Releases: chipsalliance/verible

v0.0-291-g3bd3970: Remove unused function.

18 Mar 00:04
Compare
Choose a tag to compare
PiperOrigin-RevId: 301476245

v0.0-285-gc2e5040: PR #231: Add missing macro definitions to fix CI failures

17 Mar 20:17
Compare
Choose a tag to compare
Without this the CI fails. Both with current master and for all new PRs (e.g. #229)

GitHub PR https://github.com/google/verible/pull/231

Copybara import of the project:

  - 7b968f481a209d17980407ad370197fa6f2262fe Add missing macro definitions to fix CI failures by Tomasz Gorochowik <[email protected]>

Closes #231

PiperOrigin-RevId: 301421516

v0.0-273-gaac6cdb

12 Mar 05:35
Compare
Choose a tag to compare
AppendFittingSubpartitions: support alternate flat-singleton partitio…

v0.0-269-g4ecb59b: Parse nonblocking event trigger operator '->>'. LRM 15.5.1

11 Mar 18:39
Compare
Choose a tag to compare
Also factored out a kRepeatControl grammar rule for reuse.

'delay_or_event_control' now matches LRM description.

Renamed event trigger constructs to distinguish between blocking/nonblocking.

Also handle new operator in formatter token_annotator.
Adds new and missing tests for '->' and '->>'.

fixes #227

PiperOrigin-RevId: 299368975

v0.0-266-g9e55307: PR #223: Fix DPI-C function formatting

05 Mar 19:29
Compare
Choose a tag to compare
Fixes #97

GitHub PR https://github.com/google/verible/pull/223

Copybara import of the project:

  - f6c691a76d9ce47dc7cfe967fc383f9e3c2312db Reshape kDPIImportItem partitions and apply kAppendFittin... by Lukasz Dalek <[email protected]>

Closes #223

PiperOrigin-RevId: 299139688

v0.0-264-g55adfae: PR #224: Fix Interface and module port list formatting

04 Mar 22:00
Compare
Choose a tag to compare
Fixes #25 #218

GitHub PR https://github.com/google/verible/pull/224

Copybara import of the project:

  - 73f66fd48f745d2ef62fc1697d360924c3abe626 Expand port and parameter lists in module and interface d... by Lukasz Dalek <[email protected]>
  - 552732b2b2c5314760233b6b473ef49c7e9641ff Put kPort in its own partition by Lukasz Dalek <[email protected]>
  - 0f1cbde322208f675c87f8a05b8762ecce58e354 Update module and interface declarations tests by Lukasz Dalek <[email protected]>

Closes #224

PiperOrigin-RevId: 298909899

v0.0-263-g9f748a8: PR #197: Implement AppendFittingSubpartitions policy

04 Mar 20:24
Compare
Choose a tag to compare
Implements algorithm from https://github.com/google/verible/pull/148#issuecomment-581972774
Fixes #42 #29 and (?) #97

GitHub PR https://github.com/google/verible/pull/197

Copybara import of the project:

  - 682ffbbad6b88515589b219d736eeaae5e7b1437 Add current_column argument to FitsOnLine function by Lukasz Dalek <[email protected]>
  - 84ead8ade6ddc9db58ba8c130435f4ad0b1bc3a2 Add kAppendFittingSubPartitions policy by Lukasz Dalek <[email protected]>
  - ac2f83b41204c30e2626a0eabe4bbd30e7bb1921 Add transformation functions to tree_unwrapper by Lukasz Dalek <[email protected]>
  - 0c6b41de5de77227cd2327d634a6924b819df3e5 Implement kAppendFittingSubpartitions by Lukasz Dalek <[email protected]>
  - 550be3a1bb789d8b379d44785da76910b8803850 Add more tests for append fitting subpartitions by Lukasz Dalek <[email protected]>

Closes #197

PiperOrigin-RevId: 298900550

v0.0-262-gb920203: Provide a RunConfiguredLintTestCases() to be able to

04 Mar 03:08
Compare
Choose a tag to compare
test lint rules with configuration.

issues #133

PiperOrigin-RevId: 298741802

v0.0-255-ga6b4ab6: Implement VectorTree::FlattenOneChild().

28 Feb 00:03
Compare
Choose a tag to compare
This is needed to simplify upcoming transformations in
formatting/tree_unwrapper.cc

Provide default constructors for types that need to be in resize-able
containers.

issues #220

PiperOrigin-RevId: 297650726

v0.0-254-g834d8f9: Use the right unsigned type for a loop through a vector.

27 Feb 05:01
Compare
Choose a tag to compare