cs-jsi / chisel4ml

Apache License 2.0
9 stars 0 forks source link

Server rewrite #12

Closed jurevreca12 closed 8 months ago

jurevreca12 commented 8 months ago

Rewrote chisel4ml server, so that you must start it manually on the command line. It now takes two parameters: the port and the temporary working directory it should use. The python and chisel instances use git describe to make sure they are running the same version. It also now uses the os-lib library to handle paths, instead of the java API.