Skip to content

Releases: chipsalliance/verible

v0.0-246-ga76f7e9: Prevent compiler-warning of possible out-of-bounds access.

24 Feb 22:38
Compare
Choose a tag to compare

v0.0-245-gc449490: Fix missing includes.

24 Feb 20:20
Compare
Choose a tag to compare
PiperOrigin-RevId: 296935453

v0.0-241-g30f1c90: PR #204: Forbid parameter names starting with 'disable', suggest 'ena…

21 Feb 22:53
Compare
Choose a tag to compare
…ble' instead.

Fixes #162

This is affected by #203 so I think it makes sense to wait for that to be fixed first.

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

Copybara import of the project:

  - 8da43b623fb79013a36a7085f2b9c96ae4ed5bcd Add positive meaning parameter name linter rule by Tomasz Gorochowik <tgorochowik@antmicro.com>
  - 616a4185ca9b041723dbc6292b0b3ad7d8cf1ce0 Add unit tests for positive meaning paramater name rule by Tomasz Gorochowik <tgorochowik@antmicro.com>
  - 4b45b130ee9ce7969465bd135e45ec49441de759 Add integration test for positive meaning paramater name ... by Tomasz Gorochowik <tgorochowik@antmicro.com>

Closes #204

PiperOrigin-RevId: 296508575

v0.0-239-g6a27838: PR #214: interface-name-style shouldn't apply to typedefs of virtual …

21 Feb 20:56
Compare
Choose a tag to compare
…interfaces

Fixes #210

It completely removes the check for typedefs of virtual interfaces.

All the relevant tests have been moved to the passing tests to make sure these are ignored.

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

Copybara import of the project:

  - 401888bcb7651e34d5665720e7a99652a1a3219f interface-name-style shouldn't apply to typedefs of virtu... by Tomasz Gorochowik <tgorochowik@antmicro.com>

Closes #214

PiperOrigin-RevId: 296485194

v0.0-233-gb166cab: Make LoopGeneratorGenerator() compatible with a wider range of C++ st…

20 Feb 23:04
Compare
Choose a tag to compare

v0.0-222-g8bcaee6: Support random generation from an interval set.

20 Feb 21:55
Compare
Choose a tag to compare

v0.0-221-geafb36e: Bijective (1-to-1) map data structure.

20 Feb 21:56
Compare
Choose a tag to compare
This implementation uses two maps, whose values point to each other's keys.

PiperOrigin-RevId: 296034733

v0.0-220-g6729d88: PR #205: enforce constraint names as lower_snake_case, ending with '_c'

19 Feb 19:47
Compare
Choose a tag to compare
Fixes #180

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

Copybara import of the project:

  - 960264201461c1548f604da9fd5211d6b1b94738 CST: add constraint helper class by Tomasz Gorochowik <tgorochowik@antmicro.com>
  - 2bdbb1620e615802126943db623e9655c7325743 Add constraint name style linter rule by Tomasz Gorochowik <tgorochowik@antmicro.com>
  - a45bb2cd033da8c3c706188e44fd7bd6f23014ad Add constraint name style linter rule unit tests by Tomasz Gorochowik <tgorochowik@antmicro.com>
  - 0d51c0ad9da73c5170258e80f87c700042d3e4bf Add constraint name style linter rule integration test by Tomasz Gorochowik <tgorochowik@antmicro.com>

Closes #205

PiperOrigin-RevId: 296008405

v0.0-219-gcbd1e55: Parse `include directives in module ports.

19 Feb 18:35
Compare
Choose a tag to compare
fixes #198

PiperOrigin-RevId: 295265822

v0.0-216-ga7e4127: Make extracting of strings from volatile-status.txt resilient

14 Feb 23:54
Compare
Choose a tag to compare
to strings with spaces.

Fixes: https://travis-ci.org/google/verible/jobs/650636358
PiperOrigin-RevId: 295238239