software × hardware

Hello, I'm Pawel

engineer, developer & tinkerer

I build across software and hardware—from speech synthesiser emulation to macOS apps and browser-based engineering tools.

Selected work

Built to solve real problems.

counter.vhd
if rising_edge(clk_i) then
  if rst_i = '1' then
    count_r <= (others => '0');
  elsif en_i = '1' then
    count_r <= count_r + 1;
  end if;
end if;

Write code. Run it. See the hardware.

Hardware design · Education

RisingEdge.pro

Learn VHDL and SystemVerilog by writing real code. Run simulations and explore waveforms and netlists in your browser.

Explore RisingEdge (opens in a new tab)

Have something in mind?

I'd love to hear what you're working on.

Email me