TeamVoss / VossII

The source code to the Voss II Hardware Verification Suite
Apache License 2.0
53 stars 13 forks source link

feat: add support for macos #21

Closed tianrui-wei closed 11 months ago

tianrui-wei commented 12 months ago

This fixes some compatability problem between Linux and Macos, noticably

  1. use posix printf instead of echo (which is not working on Macos properly)
  2. clean some old macros

Signed-off-by: Tianrui Wei tianrui@tianruiwei.com