Skip to content

Commit

Permalink
modules/zstd: fix oss export
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 663559924
  • Loading branch information
proppy authored and copybara-github committed Aug 16, 2024
1 parent 9635b39 commit 144fb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xls/modules/zstd/block_dec.x
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ proc BlockDecoder {
spawn demux::DecoderDemux(input_r, demux_raw_s, demux_rle_s, demux_cmp_s);
spawn raw::RawBlockDecoder(demux_raw_r, mux_raw_s);
spawn rle::RleBlockDecoder(demux_rle_r, mux_rle_s);
// TODO(lpawelcz): 2023-11-28 change to compressed block decoder proc
// TODO(antmicro): 2023-11-28 change to compressed block decoder proc
spawn raw::RawBlockDecoder(demux_cmp_r, mux_cmp_s);
spawn mux::DecoderMux(mux_raw_r, mux_rle_r, mux_cmp_r, output_s);

Expand Down

0 comments on commit 144fb96

Please sign in to comment.