Files
chipyard/vlsi
Sagar Karandikar 0c4cfc8742 Fix input files list emission to avoid bash "too many arguments" error
This makes the expansion of "cat $(VLSI_RTL)" happen as a child of the shell that runs the for loop.

The existing version will sometimes produce a bash "too many arguments" error because the $(shell cat $(VLSI_RTL)) is expanded first and then passed as a giant command to bash.
2023-02-15 17:57:26 -08:00
..
2022-12-21 15:59:46 -08:00
2023-02-06 12:29:29 -08:00
2021-10-27 13:40:11 -07:00