Skip to content

Tags: pulp-platform/hwpe-ctrl

Tags

v2.0.0

Toggle v2.0.0's commit message
Fixup for VCS compatibility

v1.7.3

Toggle v1.7.3's commit message
Introduce partial multiplier

Works like sequential multiplier, but is faster and more expensive :(

v1.7.2

Toggle v1.7.2's commit message
Fix uloop flags `ready` value

With this commit, uloop flag `ready` is tied to the ready of the
shadowed write `flags` register of the

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from pulp-platform/commit-and-trigger

Introduce separate COMMIT & TRIGGER mechanism

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from micprog/bender

Update dependencies and build order in Bender.yml, use non-deprecated clk_gating

ec068eb-bender

Toggle ec068eb-bender's commit message
A benderized version of hwpe-ctrl commit id ec068eb

This is the version required by hwpe-mac-engine v1.2.0.

v1.7

Toggle v1.7's commit message
Introduce separate COMMIT & TRIGGER mechanism

The old TRIGGER register functionality is split in two:
 - COMMIT: every time a write is performed to this register, the
   job queue is advanced. COMMIT does not include, however, the
   automatic triggering of a job
 - TRIGGER: only if the write has value 0x0, it includes also the
   automatic triggering of jobs. Automatic triggering is disabled
   only when the queue is emptied.

v1.6.1

Toggle v1.6.1's commit message
Do not waste address space on generic regs if unused

v1.6

Toggle v1.6's commit message
fixes for better support of 1-context configuration

v1.5

Toggle v1.5's commit message
increase number of bits used in loop for number of operations