hw/net/can/ctucafd: Add CTU CAN FD core register definitions.
commit3c21c530a3ddd37bc194a68e2da7ef70672cc591
authorJan Charvat <charvj10@fel.cvut.cz>
Mon, 14 Sep 2020 08:13:39 +0000 (14 10:13 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 30 Sep 2020 17:11:37 +0000 (30 19:11 +0200)
tree0c93766a3d326f0ee1b297234018977d2fe740e4
parentad0c6740d1085a67f319ed1432598e3f3912a707
hw/net/can/ctucafd: Add CTU CAN FD core register definitions.

Definitions of registers and CAN FD frame message box of CTU CAN FD
IP core are generated the specification in CACTUS/IP-XACT format.

CTU CAN FD IP core repository

  https://gitlab.fel.cvut.cz/canbus/ctucanfd_ip_core

The location of the CTU CAN IP core specification within
IP core design

  spec/CTU/ip/CAN_FD_IP_Core/2.1/CAN_FD_IP_Core.2.1.xml

The header files are generated by pyXact_generator designed
by Ondrej Ille which is based on ipyxact_parser.

The specification is source of header files for driver and emulation,
documentation and VHDL registers map implementation.

Signed-off-by: Jan Charvat <charvj10@fel.cvut.cz>
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Message-Id: <97ae620f724bf1d76f127aaf628f7aec3af0a11c.1600069689.git.pisa@cmp.felk.cvut.cz>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/net/can/ctu_can_fd_frame.h [new file with mode: 0644]
hw/net/can/ctu_can_fd_regs.h [new file with mode: 0644]