vmware-archive / cascade

A Just-In-Time Compiler for Verilog from VMware Research
Other
435 stars 44 forks source link

Add headless mode #155

Closed eschkufz closed 5 years ago

eschkufz commented 5 years ago

Overview

Currently the only way to run cascade from the command line is with a repl. This is all well and good, but it eats up stdin as a mechanism for reading code. Let's add an option (--headless or some such), which disables the repl and allows the user input to be passed through to stdin.

Deliverables