8000 Tags · wzab/agwb · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: wzab/agwb

Tags

mCBM2021

Toggle mCBM2021's commit message
Corrected error in writeb_masked

ext_py_int_2_0

Toggle ext_py_int_2_0's commit message
Fixed implementation of "rmw" for the register.

Added description of bitfield, and register access functions.

ext_py_int_1_0

Toggle ext_py_int_1_0's commit message
The unintentional triggering of dispatch in the `finalize` method

of the RMW_cache class has been eliminated.
Now it enables really flexible handling of bitfields.
However, there is one problem. It may be not possible to implement
similar functionality in the real hardware interface.
There is no place to store the vaules of the registers for longer time...

It may mean that the optimization of the RMW operations must be
limited to a sequence of writes to the bitfields belonging
to the same register.
If another register is accessed or if a read operation is performed,
the current value of the register should be stored to the hardware...

alternative_inclusion_v1

Toggle alternative_inclusion_v1's commit message
That method of alternative inclusionm was finally rejected. Remained …

…as a tag for completeness of documentation.

demo-bug1

Toggle demo-bug1's commit message
Set default directories to ''. That ensures that each kind of output

files must be explicitly enabled.

bit-fields-as-C-bit-fields-v1.0

Toggle bit-fields-as-C-bit-fields-v1.0's commit message
Added possibility to configure if "volatile" should be added to defin…

…ed registers.

Registers with bit-fields defined as union with uint32_t "raw" variable to ensure that they are never packed in a smaller variable.
Replaced "packed" with "aligned(4)".

forth-mini-oof-attempt-1

Toggle forth-mini-oof-attempt-1's commit message
Added servicing of bitfields in Forth.

If you are going to use Forth address map, due to mini-oof
limitations you must ensure that all block and register
names must be unique. Only ID and VER may be non-unique, but must be always defined
as two first methods.
0