mirror of
https://github.com/VHDL-LS/rust_hdl.git
synced 2025-08-04 10:59:30 +00:00
Remove PoC code from example project that is ambiguous with 2008 to_string
This commit is contained in:
parent
34d1c512ba
commit
2446809807
1 changed files with 3 additions and 2 deletions
|
@ -243,13 +243,14 @@ PoC.files = [
|
|||
#'PoC/src/net/ipv6/*.vhdl',
|
||||
#'PoC/src/net/*.vhdl',
|
||||
|
||||
'PoC/src/bus/stream/stream_Source.vhdl',
|
||||
#'PoC/src/bus/stream/stream_Source.vhdl',
|
||||
'PoC/src/bus/stream/stream_DeMux.vhdl',
|
||||
# Is this file broken, contains undefined types?
|
||||
#'PoC/src/bus/stream/stream_FrameGenerator.vhdl',
|
||||
'PoC/src/bus/stream/stream_Mirror.vhdl',
|
||||
'PoC/src/bus/stream/stream_Mux.vhdl',
|
||||
'PoC/src/bus/stream/stream.pkg.vhdl',
|
||||
# Ambiguous use of to string
|
||||
#'PoC/src/bus/stream/stream.pkg.vhdl',
|
||||
'PoC/src/bus/stream/stream_Buffer.vhdl',
|
||||
|
||||
'PoC/src/bus/*.vhdl',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue