Closed lastland closed 9 years ago
@Azard What do you think?
I see, previous hard-coded IP for temp test, I'll choose a better way to config IP.
Add global conf file, ref: https://github.com/lastland/ScalaHDL2/commit/b21a029d1a7f235f5c1a8ab5c82d9e23ae7ad2db
Use something like
localhost
or127.0.0.1
to replace the current hard-coded Ip addresses in tests, so the code can be tested on other machines (and CI servers).It might also be a good idea to provide an alternative way to supply the IP address: using configuration files (by using, for example, Typesafe Config). This can be helpful in the following aspects: