Skip to content
Discussion options

You must be logged in to vote

One hacky approach could be to create the following bash script that just runs yosys with redirected stderr like

#! /usr/bin/env bash
yosys $@ 2&>1

Make sure this file is executable, then in bugpoint pass -yosys stderr_yosys.sh.

Maybe we should also make bugpoint grep over stderr as well as stdout by default too

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@sdjasj
Comment options

@KrystalDelusion
Comment options

@sdjasj
Comment options

@KrystalDelusion
Comment options

@sdjasj
Comment options

Answer selected by sdjasj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants