casper-astro / xml2vhdl

Python code to generate AXI4Lite VHDL register interfaces and Interconnect from a XML memory map specification.
Other
5 stars 3 forks source link

numpy deprecated np.int alias #24

Closed mitchburnett closed 2 months ago

mitchburnett commented 6 months ago

np.int is a deprecated alias for python builtin int. Now use builtin int type.