Hacker News 中文摘要

RSS订阅

我在FPGA中重现了Apple Lisa电脑 [视频] -- I recreated the Apple Lisa computer inside an FPGA [video]

文章摘要

作者使用FPGA芯片成功复刻了苹果Lisa电脑,创建了LisaFPGA项目,展示了这一技术成果。

文章总结

用FPGA重现苹果Lisa电脑——LisaFPGA项目

YouTube频道AlexElectronics发布了一个名为"LisaFPGA"的创新项目,成功在FPGA芯片中完整重现了经典的Apple Lisa计算机系统。

项目亮点

  • 开发周期:历时8个月完成
  • 核心功能:完全模拟原始Lisa计算机的运行
  • 现代化改进:
    • 支持USB外设
    • 提供HDMI音视频输出
    • 内置硬盘模拟功能(未来可能加入软盘模拟)
    • USB转串口功能

项目现状

  • 即将完成最后调试
  • 采用开源模式,完成后将在GitHub发布
  • 目前视频已获得15,833次观看(截至2026年5月2日)

这个项目不仅是对计算机历史的致敬,也展示了FPGA技术在复古计算领域的强大潜力。开发者通过现代技术手段,让这台1980年代的经典计算机重获新生。

评论总结

这篇评论主要围绕一款基于FPGA的Apple Lisa复刻项目展开讨论,观点可归纳为:

  1. 怀旧情怀与技术致敬
  • "wow, that brings back memories from my first encounter with Apple"(visarga)
  • "8 months of work...The thing that blew my mind as a kid on the original Lisa was the power button"(JSR_FDED)
  1. FPGA技术的优势
  • "cycle-accurate reimplementations...with minimal storage space and maintenance overhead"(musicale)
  • "FPGA-based implementations...create a very realistic and usable version of the hardware"(musicale)
  • "a committed hobbyist can pull something like this off...FPGAs are that accessible today"(whartung)
  1. 个人项目实践价值
  • "great way to do a deep dive into micro computer design...possible for 1 person to have understanding"(r4ge)
  • "Impressive achievement...impressive we're in a place that this is practical"(whartung)
  1. 商业价值与延伸应用
  • "I'll buy one for $250...Xerox Alto with Smaltalk-80 for $4"(morphle)
  • "200MB SRAM with 16000 cores...would outperform 2025 Blackwell NVDIA"(morphle)
  1. 使用体验反馈
  • "Phenomenal result!"(JSR_FDED)
  • "Shame watching the video gave me motion sickness"(GianFabien)

核心论据包括:现代FPGA的门电路数量足以实现1980年代完整系统(musicale),PCB制造技术普及使个人项目可行(whartung),以及通过SRAM实现性能突破的可能性(morphle)。