aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/globals.cc
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Use IdString::in instead of || chainsgatecat2022-08-101-4/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* refactor: id(stringf(...)) to new idf(...) helpergatecat2022-08-101-3/+3
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* refactor: Use constids instead of id("..")gatecat2022-02-161-3/+3
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* Normalize formattingOlivier Galibert2021-10-191-5/+8
|
* mistral: Add internal oscillator supportOlivier Galibert2021-10-171-0/+8
|
* cyclonev_hps_interface_mpu_general_purpose: Use a id_ identifierOlivier Galibert2021-10-151-1/+1
|
* mistral: Add support for cyclonev_hps_interface_mpu_general_purposeOlivier Galibert2021-10-141-0/+9
|
* mistral: Add MISTRAL_CLKBUF cell typegatecat2021-05-151-0/+5
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* mistral: Fix ENA and ACLR bitstream generationgatecat2021-05-151-2/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* mistral: Disable global buffers that are currently brokengatecat2021-05-151-0/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* mistral: FF&CLKBUF fixes, part 1gatecat2021-05-151-0/+1
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* mistral: Rename clock buffer primitivegatecat2021-05-151-1/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* mistral: Implement some misc. thingsgatecat2021-05-151-0/+37
Signed-off-by: gatecat <gatecat@ds0.me>